Html Css Color HEX #8832CB Dark Orchid

📋 copy color: '#8832CB'

red 136 ◦ green 50 ◦ blue 203

#8832CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #8832CB

Tints of Dark Orchid #8832CB

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 value IS 0.33

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8832CB (or 0x8832CB) is known color: 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

RGB 136 50 203 -
CMYK 0.33 0.75 0 0.20
HSL 273.73º 0.6% 0.5% -
HSV(B) 273.73º 0.75% 0.8% -
XYZ 22.07 11.83 57.62 -
YUV 93.16 189.99 158.56 -
System Red Green Blue C M Y K H S L
Decimal 136 50 203 0.33 0.75 0 0.20 273.73 0.6 0.5
Hex 88 32 CB 21 4B 0 14 112 3C 32
Octal 210 62 313 41 113 0 24 422 74 62
Binary 10001000 110010 11001011 100001 1001011 0 10100 100010010 111100 110010

Color Harmonies of #8832CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8832CB

Black with #8832CB

Text Example


Text Example

White with #8832CB

Text Example


Text Example

HTML Codes & Css Web 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>