#9333BA

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

Shades of Dark Orchid #9333BA

Tints of Dark Orchid #9333BA

Color information

#9333BA (or 0x9333BA) is unknown color: approx Dark Orchid. HEX triplet: 93, 33 and BA. RGB value is (147,51,186). Sum of RGB (Red+Green+Blue) = 147+51+186=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 51 (20.31% from 255 or 13.28% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #9333BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9333BA is #6CCC45. Grayscale: #5E5E5E. Windows color (decimal): -7130182 or 12202899. OLE color: 12202899.

HSL color Cylindrical-coordinate representation of color #9333BA: hue angle of 282.67º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9333BA is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14751186-
CMYK0.210.7300.27
HSL282.67º56.96%46.47%-
HSV(B)282.67º72.58%72.94%-
XYZ22.0812.1247.63-
YUV95.09179.3165.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.28%
GREEN value IS 51 (20.31% from 255) = 13.28%
BLUE value IS 186 (73.05% from 255) = 48.44%
R=38.28%
G=13.28%
B=48.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal147511860.210.7300.27282.6756.9646.47
Hex9333BA154901B11b392e
Octal22363272251110334337156
Binary1001001111001110111010101011001001011011100011011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9333BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9333BA; }

 p { color: rgb(147,51,186); }

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

<style>
 a { background-color: #9333BA; }

 a { background-color: rgb(147,51,186); }

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

<style>
 span { border-color: #9333BA; }

 span { border-color: rgb(147,51,186); }

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