#883BCC

Color #883BCC Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #883BCC

Tints of Dark Orchid #883BCC

Color information

#883BCC (or 0x883BCC) is unknown color: approx Dark Orchid. HEX triplet: 88, 3B and CC. RGB value is (136,59,204). Sum of RGB (Red+Green+Blue) = 136+59+204=399 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.09% from 399); Green value is 59 (23.44% from 255 or 14.79% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #883BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883BCC is #77C433. Grayscale: #626262. Windows color (decimal): -7849012 or 13384584. OLE color: 13384584.

HSL color Cylindrical-coordinate representation of color #883BCC: hue angle of 271.86º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #883BCC is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB13659204-
CMYK0.330.7100.2
HSL271.86º58.7%51.57%-
HSV(B)271.86º71.08%80%-
XYZ22.6212.7258.39-
YUV98.55187.51154.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 34.09%
GREEN value IS 59 (23.44% from 255) = 14.79%
BLUE value IS 204 (80.08% from 255) = 51.13%
R=34.09%
G=14.79%
B=51.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal136592040.330.7100.2271.8658.751.57
Hex883BCC21470141103b34
Octal21073314411070244207364
Binary10001000111011110011001000011000111010100100010000111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883BCC; }

 p { color: rgb(136,59,204); }

 H1.HeaderClassName
 {
   color: #883BCC;
 }
 .AnyTagClassName
 {
   color: #883BCC;
 }
</style>
background-color css

<style>
 a { background-color: #883BCC; }

 a { background-color: rgb(136,59,204); }

 div.DivClassName
 {
   background-color: #883BCC;
 }
 .BgClassName
 {
   background-color: #883BCC;
 }
</style>
border-color css

<style>
 span { border-color: #883BCC; }

 span { border-color: rgb(136,59,204); }

 td.TdClassName
 {
   border-color: #883BCC;
 }
 .TagClassName
 {
   border-color: #883BCC;
 }
</style>