#8037BD

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

Shades of Dark Orchid #8037BD

Tints of Dark Orchid #8037BD

Color information

#8037BD (or 0x8037BD) is unknown color: approx Dark Orchid. HEX triplet: 80, 37 and BD. RGB value is (128,55,189). Sum of RGB (Red+Green+Blue) = 128+55+189=372 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.41% from 372); Green value is 55 (21.88% from 255 or 14.78% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #8037BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8037BD is #7FC842. Grayscale: #5B5B5B. Windows color (decimal): -8374339 or 12400512. OLE color: 12400512.

HSL color Cylindrical-coordinate representation of color #8037BD: hue angle of 272.69º 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 #8037BD is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12855189-
CMYK0.320.7100.26
HSL272.69º54.92%47.84%-
HSV(B)272.69º70.9%74.12%-
XYZ19.451149.24-
YUV92.1182.68153.6-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.41%
GREEN value IS 55 (21.88% from 255) = 14.78%
BLUE value IS 189 (74.22% from 255) = 50.81%
R=34.41%
G=14.78%
B=50.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal128551890.320.7100.26272.6954.9247.84
Hex8037BD204701A1113730
Octal20067275401070324216760
Binary10000000110111101111011000001000111011010100010001110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8037BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8037BD; }

 p { color: rgb(128,55,189); }

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

<style>
 a { background-color: #8037BD; }

 a { background-color: rgb(128,55,189); }

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

<style>
 span { border-color: #8037BD; }

 span { border-color: rgb(128,55,189); }

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