Html Css Color HEX #8440CC Dark Orchid

📋 copy color: '#8440CC'

red 132 ◦ green 64 ◦ blue 204

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

Shades of Dark Orchid #8440CC

Tints of Dark Orchid #8440CC

RGB

 RED value IS 132 (51.95% from 255) = 33%

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

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

R = 33%
G = 16%
B = 51%

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

#8440CC (or 0x8440CC) is known color: Dark Orchid. HEX triplet: 84, 40 and CC. RGB value is (132,64,204). Sum of RGB (Red+Green+Blue) = 132+64+204=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #8440CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8440CC is #7BBF33. Grayscale: #636363. Windows color (decimal): -8109876 or 13385860. OLE color: 13385860.

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

Color convert

RGB 132 64 204 -
CMYK 0.35 0.69 0 0.2
HSL 269.14º 0.58% 0.53% -
HSV(B) 269.14º 0.69% 0.8% -
XYZ 22.25 12.93 58.45 -
YUV 100.29 186.53 150.62 -
System Red Green Blue C M Y K H S L
Decimal 132 64 204 0.35 0.69 0 0.2 269.14 0.58 0.53
Hex 84 40 CC 23 45 0 14 10D 3A 35
Octal 204 100 314 43 105 0 24 415 72 65
Binary 10000100 1000000 11001100 100011 1000101 0 10100 100001101 111010 110101

Color Harmonies of #8440CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8440CC

Black with #8440CC

Text Example


Text Example

White with #8440CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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