Html Css Color HEX #8442CB Dark Orchid

📋 copy color: '#8442CB'

red 132 ◦ green 66 ◦ blue 203

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

Shades of Dark Orchid #8442CB

Tints of Dark Orchid #8442CB

RGB

 RED value IS 132 (51.95% from 255) = 32.92%

 GREEN value IS 66 (26.17% from 255) = 16.46%

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

R = 32.92%
G = 16.46%
B = 50.62%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8442CB (or 0x8442CB) is known color: Dark Orchid. HEX triplet: 84, 42 and CB. RGB value is (132,66,203). Sum of RGB (Red+Green+Blue) = 132+66+203=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 66 (26.17% from 255 or 16.46% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #8442CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8442CB is #7BBD34. Grayscale: #646464. Windows color (decimal): -8109365 or 13320836. OLE color: 13320836.

HSL color Cylindrical-coordinate representation of color #8442CB: hue angle of 268.91º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8442CB is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 132 66 203 -
CMYK 0.35 0.67 0 0.20
HSL 268.91º 0.57% 0.53% -
HSV(B) 268.91º 0.67% 0.8% -
XYZ 22.24 13.11 57.86 -
YUV 101.35 185.37 149.86 -
System Red Green Blue C M Y K H S L
Decimal 132 66 203 0.35 0.67 0 0.20 268.91 0.57 0.53
Hex 84 42 CB 23 43 0 14 10D 39 35
Octal 204 102 313 43 103 0 24 415 71 65
Binary 10000100 1000010 11001011 100011 1000011 0 10100 100001101 111001 110101

Color Harmonies of #8442CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8442CB

Black with #8442CB

Text Example


Text Example

White with #8442CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,66,203); }

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

background-color css

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

 a { background-color: rgb(132,66,203); }

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

border-color css

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

 span { border-color: rgb(132,66,203); }

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