Html Css Color HEX #8540CC Dark Orchid

📋 copy color: '#8540CC'

red 133 ◦ green 64 ◦ blue 204

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

Shades of Dark Orchid #8540CC

Tints of Dark Orchid #8540CC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.96%

 BLUE value IS 204 (80.08% from 255) = 50.87%

R = 33.17%
G = 15.96%
B = 50.87%

CMYK

 C value IS 0.35

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8540CC (or 0x8540CC) is known color: Dark Orchid. HEX triplet: 85, 40 and CC. RGB value is (133,64,204). Sum of RGB (Red+Green+Blue) = 133+64+204=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #8540CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8540CC is #7ABF33. Grayscale: #646464. Windows color (decimal): -8044340 or 13385861. OLE color: 13385861.

HSL color Cylindrical-coordinate representation of color #8540CC: hue angle of 269.57º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8540CC is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 133 64 204 -
CMYK 0.35 0.69 0 0.2
HSL 269.57º 0.58% 0.53% -
HSV(B) 269.57º 0.69% 0.8% -
XYZ 22.41 13.01 58.46 -
YUV 100.59 186.36 151.12 -
System Red Green Blue C M Y K H S L
Decimal 133 64 204 0.35 0.69 0 0.2 269.57 0.58 0.53
Hex 85 40 CC 23 45 0 14 10E 3A 35
Octal 205 100 314 43 105 0 24 416 72 65
Binary 10000101 1000000 11001100 100011 1000101 0 10100 100001110 111010 110101

Color Harmonies of #8540CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8540CC

Black with #8540CC

Text Example


Text Example

White with #8540CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8540CC; }

 p { color: rgb(133,64,204); }

 H1.HeaderClassName
 {
   color: #8540CC;
 }
 .AnyTagClassName
 {
   color: #8540CC;
 }
</style>

background-color css

<style>
 a { background-color: #8540CC; }

 a { background-color: rgb(133,64,204); }

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

border-color css

<style>
 span { border-color: #8540CC; }

 span { border-color: rgb(133,64,204); }

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