Html Css Color HEX #8544CC Dark Orchid

📋 copy color: '#8544CC'

red 133 ◦ green 68 ◦ blue 204

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

Shades of Dark Orchid #8544CC

Tints of Dark Orchid #8544CC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.79%

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

R = 32.84%
G = 16.79%
B = 50.37%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8544CC (or 0x8544CC) is known color: Dark Orchid. HEX triplet: 85, 44 and CC. RGB value is (133,68,204). Sum of RGB (Red+Green+Blue) = 133+68+204=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 68 (26.95% from 255 or 16.79% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #8544CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8544CC is #7ABB33. Grayscale: #666666. Windows color (decimal): -8043316 or 13386885. OLE color: 13386885.

HSL color Cylindrical-coordinate representation of color #8544CC: hue angle of 268.68º 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 #8544CC is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 133 68 204 -
CMYK 0.35 0.67 0 0.2
HSL 268.68º 0.57% 0.53% -
HSV(B) 268.68º 0.67% 0.8% -
XYZ 22.64 13.48 58.54 -
YUV 102.94 185.03 149.44 -
System Red Green Blue C M Y K H S L
Decimal 133 68 204 0.35 0.67 0 0.2 268.68 0.57 0.53
Hex 85 44 CC 23 43 0 14 10D 39 35
Octal 205 104 314 43 103 0 24 415 71 65
Binary 10000101 1000100 11001100 100011 1000011 0 10100 100001101 111001 110101

Color Harmonies of #8544CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8544CC

Black with #8544CC

Text Example


Text Example

White with #8544CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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