#9B238A

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

Shades of Dark Purple #9B238A

Tints of Dark Purple #9B238A

Color information

#9B238A (or 0x9B238A) is unknown color: approx Dark Purple. HEX triplet: 9B, 23 and 8A. RGB value is (155,35,138). Sum of RGB (Red+Green+Blue) = 155+35+138=328 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.26% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 155 - color contains mainly: red. Hex color #9B238A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B238A is #64DC75. Grayscale: #525252. Windows color (decimal): -6610038 or 9053083. OLE color: 9053083.

HSL color Cylindrical-coordinate representation of color #9B238A: hue angle of 308.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B238A is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB15535138-
CMYK00.770.110.39
HSL308.5º63.16%37.25%-
HSV(B)308.5º77.42%60.78%-
XYZ18.7110.0124.99-
YUV82.62159.26179.62-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.26%
GREEN value IS 35 (14.06% from 255) = 10.67%
BLUE value IS 138 (54.30% from 255) = 42.07%
R=47.26%
G=10.67%
B=42.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1553513800.770.110.39308.563.1637.25
Hex9B238A04DB271343f25
Octal23343212011513474647745
Binary1001101110001110001010010011011011100111100110100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B238A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,35,138); }

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

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

 a { background-color: rgb(155,35,138); }

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

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

 span { border-color: rgb(155,35,138); }

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