#8A36BA

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

Shades of Dark Orchid #8A36BA

Tints of Dark Orchid #8A36BA

Color information

#8A36BA (or 0x8A36BA) is unknown color: approx Dark Orchid. HEX triplet: 8A, 36 and BA. RGB value is (138,54,186). Sum of RGB (Red+Green+Blue) = 138+54+186=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 54 (21.48% from 255 or 14.29% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A36BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A36BA is #75C945. Grayscale: #5D5D5D. Windows color (decimal): -7719238 or 12203658. OLE color: 12203658.

HSL color Cylindrical-coordinate representation of color #8A36BA: hue angle of 278.18º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8A36BA is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13854186-
CMYK0.260.7100.27
HSL278.18º55%47.06%-
HSV(B)278.18º70.97%72.94%-
XYZ20.6611.5947.6-
YUV94.16179.83159.27-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.51%
GREEN value IS 54 (21.48% from 255) = 14.29%
BLUE value IS 186 (73.05% from 255) = 49.21%
R=36.51%
G=14.29%
B=49.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal138541860.260.7100.27278.185547.06
Hex8A36BA1A4701B116372f
Octal21266272321070334266757
Binary1000101011011010111010110101000111011011100010110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A36BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,54,186); }

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

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

 a { background-color: rgb(138,54,186); }

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

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

 span { border-color: rgb(138,54,186); }

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