#9B24AB

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

Shades of Dark Orchid #9B24AB

Tints of Dark Orchid #9B24AB

Color information

#9B24AB (or 0x9B24AB) is unknown color: approx Dark Orchid. HEX triplet: 9B, 24 and AB. RGB value is (155,36,171). Sum of RGB (Red+Green+Blue) = 155+36+171=362 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.82% from 362); Green value is 36 (14.45% from 255 or 9.94% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B24AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B24AB is #64DB54. Grayscale: #565656. Windows color (decimal): -6609749 or 11216027. OLE color: 11216027.

HSL color Cylindrical-coordinate representation of color #9B24AB: hue angle of 292.89º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B24AB is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15536171-
CMYK0.090.7900.33
HSL292.89º65.22%40.59%-
HSV(B)292.89º78.95%67.06%-
XYZ21.511.1739.55-
YUV86.97175.42176.52-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.82%
GREEN value IS 36 (14.45% from 255) = 9.94%
BLUE value IS 171 (67.19% from 255) = 47.24%
R=42.82%
G=9.94%
B=47.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal155361710.090.7900.33292.8965.2240.59
Hex9B24AB94F0211254129
Octal233442531111704144510151
Binary10011011100100101010111001100111101000011001001011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B24AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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