Html Css Color HEX #8824CB Dark Orchid

📋 copy color: '#8824CB'

red 136 ◦ green 36 ◦ blue 203

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

Shades of Dark Orchid #8824CB

Tints of Dark Orchid #8824CB

RGB

 RED value IS 136 (53.52% from 255) = 36.27%

 GREEN value IS 36 (14.45% from 255) = 9.6%

 BLUE value IS 203 (79.69% from 255) = 54.13%

R = 36.27%
G = 9.6%
B = 54.13%

CMYK

 C value IS 0.33

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8824CB (or 0x8824CB) is known color: Dark Orchid. HEX triplet: 88, 24 and CB. RGB value is (136,36,203). Sum of RGB (Red+Green+Blue) = 136+36+203=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 36 (14.45% from 255 or 9.6% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #8824CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8824CB is #77DB34. Grayscale: #545454. Windows color (decimal): -7854901 or 13313160. OLE color: 13313160.

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

Color convert

RGB 136 36 203 -
CMYK 0.33 0.82 0 0.20
HSL 275.93º 0.7% 0.47% -
HSV(B) 275.93º 0.82% 0.8% -
XYZ 21.56 10.81 57.45 -
YUV 84.94 194.63 164.42 -
System Red Green Blue C M Y K H S L
Decimal 136 36 203 0.33 0.82 0 0.20 275.93 0.7 0.47
Hex 88 24 CB 21 52 0 14 114 46 2F
Octal 210 44 313 41 122 0 24 424 106 57
Binary 10001000 100100 11001011 100001 1010010 0 10100 100010100 1000110 101111

Color Harmonies of #8824CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8824CB

Black with #8824CB

Text Example


Text Example

White with #8824CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8824CB;
 }
 .AnyTagClassName
 {
   color: #8824CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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