#8832CB

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

Shades of Dark Orchid #8832CB

Tints of Dark Orchid #8832CB

Color information

#8832CB (or 0x8832CB) is unknown color: approx Dark Orchid. HEX triplet: 88, 32 and CB. RGB value is (136,50,203). Sum of RGB (Red+Green+Blue) = 136+50+203=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 50 (19.92% from 255 or 12.85% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #8832CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8832CB is #77CD34. Grayscale: #5C5C5C. Windows color (decimal): -7851317 or 13316744. OLE color: 13316744.

HSL color Cylindrical-coordinate representation of color #8832CB: hue angle of 273.73º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8832CB is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13650203-
CMYK0.330.7500.20
HSL273.73º60.47%49.61%-
HSV(B)273.73º75.37%79.61%-
XYZ22.0711.8357.62-
YUV93.16189.99158.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.96%
GREEN value IS 50 (19.92% from 255) = 12.85%
BLUE value IS 203 (79.69% from 255) = 52.19%
R=34.96%
G=12.85%
B=52.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal136502030.330.7500.20273.7360.4749.61
Hex8832CB214B0141123c32
Octal21062313411130244227462
Binary10001000110010110010111000011001011010100100010010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8832CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8832CB; }

 p { color: rgb(136,50,203); }

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

<style>
 a { background-color: #8832CB; }

 a { background-color: rgb(136,50,203); }

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

<style>
 span { border-color: #8832CB; }

 span { border-color: rgb(136,50,203); }

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