#9B33AB

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

Shades of Dark Orchid #9B33AB

Tints of Dark Orchid #9B33AB

Color information

#9B33AB (or 0x9B33AB) is unknown color: approx Dark Orchid. HEX triplet: 9B, 33 and AB. RGB value is (155,51,171). Sum of RGB (Red+Green+Blue) = 155+51+171=377 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.11% from 377); Green value is 51 (20.31% from 255 or 13.53% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B33AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B33AB is #64CC54. Grayscale: #5F5F5F. Windows color (decimal): -6605909 or 11219867. OLE color: 11219867.

HSL color Cylindrical-coordinate representation of color #9B33AB: hue angle of 292º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B33AB is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15551171-
CMYK0.090.7000.33
HSL292º54.05%43.53%-
HSV(B)292º70.18%67.06%-
XYZ22.0512.2839.74-
YUV95.78170.46170.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.11%
GREEN value IS 51 (20.31% from 255) = 13.53%
BLUE value IS 171 (67.19% from 255) = 45.36%
R=41.11%
G=13.53%
B=45.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal155511710.090.7000.3329254.0543.53
Hex9B33AB946021124362c
Octal23363253111060414446654
Binary1001101111001110101011100110001100100001100100100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B33AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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