Html Css Color HEX #8545CE Dark Orchid

📋 copy color: '#8545CE'

red 133 ◦ green 69 ◦ blue 206

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

Shades of Dark Orchid #8545CE

Tints of Dark Orchid #8545CE

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.91%

 BLUE value IS 206 (80.86% from 255) = 50.49%

R = 32.6%
G = 16.91%
B = 50.49%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8545CE (or 0x8545CE) is known color: Dark Orchid. HEX triplet: 85, 45 and CE. RGB value is (133,69,206). Sum of RGB (Red+Green+Blue) = 133+69+206=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 69 (27.34% from 255 or 16.91% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #8545CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8545CE is #7ABA31. Grayscale: #676767. Windows color (decimal): -8043058 or 13518213. OLE color: 13518213.

HSL color Cylindrical-coordinate representation of color #8545CE: hue angle of 268.03º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8545CE is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 69 206 -
CMYK 0.35 0.67 0 0.19
HSL 268.03º 0.58% 0.54% -
HSV(B) 268.03º 0.67% 0.81% -
XYZ 22.94 13.7 59.83 -
YUV 103.75 185.7 148.86 -
System Red Green Blue C M Y K H S L
Decimal 133 69 206 0.35 0.67 0 0.19 268.03 0.58 0.54
Hex 85 45 CE 23 43 0 13 10C 3A 36
Octal 205 105 316 43 103 0 23 414 72 66
Binary 10000101 1000101 11001110 100011 1000011 0 10011 100001100 111010 110110

Color Harmonies of #8545CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8545CE

Black with #8545CE

Text Example


Text Example

White with #8545CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8545CE; }

 p { color: rgb(133,69,206); }

 H1.HeaderClassName
 {
   color: #8545CE;
 }
 .AnyTagClassName
 {
   color: #8545CE;
 }
</style>

background-color css

<style>
 a { background-color: #8545CE; }

 a { background-color: rgb(133,69,206); }

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

border-color css

<style>
 span { border-color: #8545CE; }

 span { border-color: rgb(133,69,206); }

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