#8A37BC

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

Shades of Dark Orchid #8A37BC

Tints of Dark Orchid #8A37BC

Color information

#8A37BC (or 0x8A37BC) is unknown color: approx Dark Orchid. HEX triplet: 8A, 37 and BC. RGB value is (138,55,188). Sum of RGB (Red+Green+Blue) = 138+55+188=381 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.22% from 381); Green value is 55 (21.88% from 255 or 14.44% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A37BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A37BC is #75C843. Grayscale: #5E5E5E. Windows color (decimal): -7718980 or 12334986. OLE color: 12334986.

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

Color convert

RGB13855188-
CMYK0.270.7100.26
HSL277.44º54.73%47.65%-
HSV(B)277.44º70.74%73.73%-
XYZ20.9211.7748.75-
YUV94.98180.5158.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.22%
GREEN value IS 55 (21.88% from 255) = 14.44%
BLUE value IS 188 (73.83% from 255) = 49.34%
R=36.22%
G=14.44%
B=49.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal138551880.270.7100.26277.4454.7347.65
Hex8A37BC1B4701A1153730
Octal21267274331070324256760
Binary1000101011011110111100110111000111011010100010101110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A37BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A37BC; }

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

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

<style>
 a { background-color: #8A37BC; }

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

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

<style>
 span { border-color: #8A37BC; }

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

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