#8A32BE

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

Shades of Dark Orchid #8A32BE

Tints of Dark Orchid #8A32BE

Color information

#8A32BE (or 0x8A32BE) is unknown color: approx Dark Orchid. HEX triplet: 8A, 32 and BE. RGB value is (138,50,190). Sum of RGB (Red+Green+Blue) = 138+50+190=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A32BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A32BE is #75CD41. Grayscale: #5B5B5B. Windows color (decimal): -7720258 or 12464778. OLE color: 12464778.

HSL color Cylindrical-coordinate representation of color #8A32BE: hue angle of 277.71º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8A32BE is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13850190-
CMYK0.270.7400.25
HSL277.71º58.33%47.06%-
HSV(B)277.71º73.68%74.51%-
XYZ20.9211.449.81-
YUV92.27183.15160.62-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.51%
GREEN value IS 50 (19.92% from 255) = 13.23%
BLUE value IS 190 (74.61% from 255) = 50.26%
R=36.51%
G=13.23%
B=50.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138501900.270.7400.25277.7158.3347.06
Hex8A32BE1B4A0191163a2f
Octal21262276331120314267257
Binary1000101011001010111110110111001010011001100010110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A32BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,50,190); }

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

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

 a { background-color: rgb(138,50,190); }

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

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

 span { border-color: rgb(138,50,190); }

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