#8A37CE

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

Shades of Dark Orchid #8A37CE

Tints of Dark Orchid #8A37CE

Color information

#8A37CE (or 0x8A37CE) is unknown color: approx Dark Orchid. HEX triplet: 8A, 37 and CE. RGB value is (138,55,206). Sum of RGB (Red+Green+Blue) = 138+55+206=399 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.59% from 399); Green value is 55 (21.88% from 255 or 13.78% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A37CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A37CE is #75C831. Grayscale: #606060. Windows color (decimal): -7718962 or 13514634. OLE color: 13514634.

HSL color Cylindrical-coordinate representation of color #8A37CE: hue angle of 272.98º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8A37CE is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13855206-
CMYK0.330.7300.19
HSL272.98º60.64%51.18%-
HSV(B)272.98º73.3%80.78%-
XYZ22.9912.5959.61-
YUV97.03189.5157.22-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.59%
GREEN value IS 55 (21.88% from 255) = 13.78%
BLUE value IS 206 (80.86% from 255) = 51.63%
R=34.59%
G=13.78%
B=51.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal138552060.330.7300.19272.9860.6451.18
Hex8A37CE21490131113d33
Octal21267316411110234217563
Binary10001010110111110011101000011001001010011100010001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A37CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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