Html Css Color HEX #8437CC Dark Orchid

📋 copy color: '#8437CC'

red 132 ◦ green 55 ◦ blue 204

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

Shades of Dark Orchid #8437CC

Tints of Dark Orchid #8437CC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.07%

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

R = 33.76%
G = 14.07%
B = 52.17%

CMYK

 C value IS 0.35

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8437CC (or 0x8437CC) is known color: Dark Orchid. HEX triplet: 84, 37 and CC. RGB value is (132,55,204). Sum of RGB (Red+Green+Blue) = 132+55+204=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 55 (21.88% from 255 or 14.07% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #8437CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8437CC is #7BC833. Grayscale: #5E5E5E. Windows color (decimal): -8112180 or 13383556. OLE color: 13383556.

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

Color convert

RGB 132 55 204 -
CMYK 0.35 0.73 0 0.2
HSL 271.01º 0.59% 0.51% -
HSV(B) 271.01º 0.73% 0.8% -
XYZ 21.78 12 58.29 -
YUV 95.01 189.51 154.38 -
System Red Green Blue C M Y K H S L
Decimal 132 55 204 0.35 0.73 0 0.2 271.01 0.59 0.51
Hex 84 37 CC 23 49 0 14 10F 3B 33
Octal 204 67 314 43 111 0 24 417 73 63
Binary 10000100 110111 11001100 100011 1001001 0 10100 100001111 111011 110011

Color Harmonies of #8437CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8437CC

Black with #8437CC

Text Example


Text Example

White with #8437CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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