#8A37CC

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

Shades of Dark Orchid #8A37CC

Tints of Dark Orchid #8A37CC

Color information

#8A37CC (or 0x8A37CC) is unknown color: approx Dark Orchid. HEX triplet: 8A, 37 and CC. RGB value is (138,55,204). Sum of RGB (Red+Green+Blue) = 138+55+204=397 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.76% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #8A37CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A37CC is #75C833. Grayscale: #606060. Windows color (decimal): -7718964 or 13383562. OLE color: 13383562.

HSL color Cylindrical-coordinate representation of color #8A37CC: hue angle of 273.42º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8A37CC is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB13855204-
CMYK0.320.7300.2
HSL273.42º59.36%50.78%-
HSV(B)273.42º73.04%80%-
XYZ22.7512.558.34-
YUV96.8188.5157.38-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.76%
GREEN value IS 55 (21.88% from 255) = 13.85%
BLUE value IS 204 (80.08% from 255) = 51.39%
R=34.76%
G=13.85%
B=51.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal138552040.320.7300.2273.4259.3650.78
Hex8A37CC20490141113b33
Octal21267314401110244217363
Binary10001010110111110011001000001001001010100100010001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A37CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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