#8437BE

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

Shades of Dark Orchid #8437BE

Tints of Dark Orchid #8437BE

Color information

#8437BE (or 0x8437BE) is unknown color: approx Dark Orchid. HEX triplet: 84, 37 and BE. RGB value is (132,55,190). Sum of RGB (Red+Green+Blue) = 132+55+190=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 55 (21.88% from 255 or 14.59% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #8437BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8437BE is #7BC841. Grayscale: #5C5C5C. Windows color (decimal): -8112194 or 12466052. OLE color: 12466052.

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

Color convert

RGB13255190-
CMYK0.310.7100.25
HSL274.22º55.1%48.04%-
HSV(B)274.22º71.05%74.51%-
XYZ20.1811.3649.84-
YUV93.41182.51155.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.01%
GREEN value IS 55 (21.88% from 255) = 14.59%
BLUE value IS 190 (74.61% from 255) = 50.40%
R=35.01%
G=14.59%
B=50.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal132551900.310.7100.25274.2255.148.04
Hex8437BE1F470191123730
Octal20467276371070314226760
Binary1000010011011110111110111111000111011001100010010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8437BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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