#9B33AE

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

Shades of Dark Orchid #9B33AE

Tints of Dark Orchid #9B33AE

Color information

#9B33AE (or 0x9B33AE) is unknown color: approx Dark Orchid. HEX triplet: 9B, 33 and AE. RGB value is (155,51,174). Sum of RGB (Red+Green+Blue) = 155+51+174=380 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.79% from 380); Green value is 51 (20.31% from 255 or 13.42% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 174 - color contains mainly: blue. Hex color #9B33AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B33AE is #64CC51. Grayscale: #5F5F5F. Windows color (decimal): -6605906 or 11416475. OLE color: 11416475.

HSL color Cylindrical-coordinate representation of color #9B33AE: hue angle of 290.73º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9B33AE is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15551174-
CMYK0.110.7100.32
HSL290.73º54.67%44.12%-
HSV(B)290.73º70.69%68.24%-
XYZ22.3412.3941.26-
YUV96.12171.96170-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.79%
GREEN value IS 51 (20.31% from 255) = 13.42%
BLUE value IS 174 (68.36% from 255) = 45.79%
R=40.79%
G=13.42%
B=45.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal155511740.110.7100.32290.7354.6744.12
Hex9B33AEB47020123372c
Octal23363256131070404436754
Binary1001101111001110101110101110001110100000100100011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B33AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,51,174); }

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

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

 a { background-color: rgb(155,51,174); }

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

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

 span { border-color: rgb(155,51,174); }

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