#8A33BE

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

Shades of Dark Orchid #8A33BE

Tints of Dark Orchid #8A33BE

Color information

#8A33BE (or 0x8A33BE) is unknown color: approx Dark Orchid. HEX triplet: 8A, 33 and BE. RGB value is (138,51,190). Sum of RGB (Red+Green+Blue) = 138+51+190=379 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.41% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A33BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A33BE is #75CC41. Grayscale: #5C5C5C. Windows color (decimal): -7720002 or 12465034. OLE color: 12465034.

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

Color convert

RGB13851190-
CMYK0.270.7300.25
HSL277.55º57.68%47.25%-
HSV(B)277.55º73.16%74.51%-
XYZ20.9611.4949.83-
YUV92.86182.82160.2-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.41%
GREEN value IS 51 (20.31% from 255) = 13.46%
BLUE value IS 190 (74.61% from 255) = 50.13%
R=36.41%
G=13.46%
B=50.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138511900.270.7300.25277.5557.6847.25
Hex8A33BE1B490191163a2f
Octal21263276331110314267257
Binary1000101011001110111110110111001001011001100010110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A33BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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