Html Css Color HEX #8542CA Dark Orchid

📋 copy color: '#8542CA'

red 133 ◦ green 66 ◦ blue 202

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

Shades of Dark Orchid #8542CA

Tints of Dark Orchid #8542CA

RGB

 RED value IS 133 (52.34% from 255) = 33.17%

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

 BLUE value IS 202 (79.3% from 255) = 50.37%

R = 33.17%
G = 16.46%
B = 50.37%

CMYK

 C value IS 0.34

 M value IS 0.67

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8542CA (or 0x8542CA) is known color: Dark Orchid. HEX triplet: 85, 42 and CA. RGB value is (133,66,202). Sum of RGB (Red+Green+Blue) = 133+66+202=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 66 (26.17% from 255 or 16.46% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #8542CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8542CA is #7ABD35. Grayscale: #656565. Windows color (decimal): -8043830 or 13255301. OLE color: 13255301.

HSL color Cylindrical-coordinate representation of color #8542CA: hue angle of 269.56º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8542CA is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 66 202 -
CMYK 0.34 0.67 0 0.21
HSL 269.56º 0.56% 0.53% -
HSV(B) 269.56º 0.67% 0.79% -
XYZ 22.28 13.15 57.24 -
YUV 101.54 184.7 150.44 -
System Red Green Blue C M Y K H S L
Decimal 133 66 202 0.34 0.67 0 0.21 269.56 0.56 0.53
Hex 85 42 CA 22 43 0 15 10E 38 35
Octal 205 102 312 42 103 0 25 416 70 65
Binary 10000101 1000010 11001010 100010 1000011 0 10101 100001110 111000 110101

Color Harmonies of #8542CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8542CA

Black with #8542CA

Text Example


Text Example

White with #8542CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8542CA; }

 p { color: rgb(133,66,202); }

 H1.HeaderClassName
 {
   color: #8542CA;
 }
 .AnyTagClassName
 {
   color: #8542CA;
 }
</style>

background-color css

<style>
 a { background-color: #8542CA; }

 a { background-color: rgb(133,66,202); }

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

border-color css

<style>
 span { border-color: #8542CA; }

 span { border-color: rgb(133,66,202); }

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