#9A33BA

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

Shades of Dark Orchid #9A33BA

Tints of Dark Orchid #9A33BA

Color information

#9A33BA (or 0x9A33BA) is unknown color: approx Dark Orchid. HEX triplet: 9A, 33 and BA. RGB value is (154,51,186). Sum of RGB (Red+Green+Blue) = 154+51+186=391 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.39% from 391); Green value is 51 (20.31% from 255 or 13.04% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A33BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A33BA is #65CC45. Grayscale: #606060. Windows color (decimal): -6671430 or 12202906. OLE color: 12202906.

HSL color Cylindrical-coordinate representation of color #9A33BA: hue angle of 285.78º 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 #9A33BA is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15451186-
CMYK0.170.7300.27
HSL285.78º56.96%46.47%-
HSV(B)285.78º72.58%72.94%-
XYZ23.3712.7847.69-
YUV97.19178.12168.52-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.39%
GREEN value IS 51 (20.31% from 255) = 13.04%
BLUE value IS 186 (73.05% from 255) = 47.57%
R=39.39%
G=13.04%
B=47.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal154511860.170.7300.27285.7856.9646.47
Hex9A33BA114901B11e392e
Octal23263272211110334367156
Binary1001101011001110111010100011001001011011100011110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A33BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A33BA; }

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

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

<style>
 a { background-color: #9A33BA; }

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

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

<style>
 span { border-color: #9A33BA; }

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

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