#8437BC

Color #8437BC Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #8437BC

Tints of Dark Orchid #8437BC

Color information

#8437BC (or 0x8437BC) is unknown color: approx Dark Orchid. HEX triplet: 84, 37 and BC. RGB value is (132,55,188). Sum of RGB (Red+Green+Blue) = 132+55+188=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 55 (21.88% from 255 or 14.67% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #8437BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8437BC is #7BC843. Grayscale: #5C5C5C. Windows color (decimal): -8112196 or 12334980. OLE color: 12334980.

HSL color Cylindrical-coordinate representation of color #8437BC: hue angle of 274.74º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8437BC is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13255188-
CMYK0.300.7100.26
HSL274.74º54.73%47.65%-
HSV(B)274.74º70.74%73.73%-
XYZ19.9611.2748.7-
YUV93.18181.51155.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.2%
GREEN value IS 55 (21.88% from 255) = 14.67%
BLUE value IS 188 (73.83% from 255) = 50.13%
R=35.2%
G=14.67%
B=50.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal132551880.300.7100.26274.7454.7347.65
Hex8437BC1E4701A1133730
Octal20467274361070324236760
Binary1000010011011110111100111101000111011010100010011110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8437BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8437BC;
 }
 .AnyTagClassName
 {
   color: #8437BC;
 }
</style>
background-color css

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

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

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

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

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

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