#8A33BF

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

Shades of Dark Orchid #8A33BF

Tints of Dark Orchid #8A33BF

Color information

#8A33BF (or 0x8A33BF) is unknown color: approx Dark Orchid. HEX triplet: 8A, 33 and BF. RGB value is (138,51,191). Sum of RGB (Red+Green+Blue) = 138+51+191=380 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.32% from 380); Green value is 51 (20.31% from 255 or 13.42% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #8A33BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A33BF is #75CC40. Grayscale: #5C5C5C. Windows color (decimal): -7720001 or 12530570. OLE color: 12530570.

HSL color Cylindrical-coordinate representation of color #8A33BF: hue angle of 277.29º 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 #8A33BF is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13851191-
CMYK0.280.7300.25
HSL277.29º57.85%47.45%-
HSV(B)277.29º73.3%74.9%-
XYZ21.0711.5350.41-
YUV92.97183.32160.12-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.32%
GREEN value IS 51 (20.31% from 255) = 13.42%
BLUE value IS 191 (75% from 255) = 50.26%
R=36.32%
G=13.42%
B=50.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138511910.280.7300.25277.2957.8547.45
Hex8A33BF1C490191153a2f
Octal21263277341110314257257
Binary1000101011001110111111111001001001011001100010101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A33BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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