Html Css Color HEX #8543CA Dark Orchid

📋 copy color: '#8543CA'

red 133 ◦ green 67 ◦ blue 202

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

Shades of Dark Orchid #8543CA

Tints of Dark Orchid #8543CA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.67%

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

R = 33.08%
G = 16.67%
B = 50.25%

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

#8543CA (or 0x8543CA) is known color: Dark Orchid. HEX triplet: 85, 43 and CA. RGB value is (133,67,202). Sum of RGB (Red+Green+Blue) = 133+67+202=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 67 (26.56% from 255 or 16.67% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #8543CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8543CA is #7ABC35. Grayscale: #656565. Windows color (decimal): -8043574 or 13255557. OLE color: 13255557.

HSL color Cylindrical-coordinate representation of color #8543CA: hue angle of 269.33º 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 #8543CA is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 67 202 -
CMYK 0.34 0.67 0 0.21
HSL 269.33º 0.56% 0.53% -
HSV(B) 269.33º 0.67% 0.79% -
XYZ 22.34 13.27 57.26 -
YUV 102.12 184.37 150.02 -
System Red Green Blue C M Y K H S L
Decimal 133 67 202 0.34 0.67 0 0.21 269.33 0.56 0.53
Hex 85 43 CA 22 43 0 15 10D 38 35
Octal 205 103 312 42 103 0 25 415 70 65
Binary 10000101 1000011 11001010 100010 1000011 0 10101 100001101 111000 110101

Color Harmonies of #8543CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8543CA

Black with #8543CA

Text Example


Text Example

White with #8543CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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