#9B239B

Color #9B239B Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #9B239B

Tints of Vivid Violet #9B239B

Color information

#9B239B (or 0x9B239B) is unknown color: approx Vivid Violet. HEX triplet: 9B, 23 and 9B. RGB value is (155,35,155). Sum of RGB (Red+Green+Blue) = 155+35+155=345 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.93% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: red, blue. Hex color #9B239B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B239B is #64DC64. Grayscale: #545454. Windows color (decimal): -6610021 or 10167195. OLE color: 10167195.

HSL color Cylindrical-coordinate representation of color #9B239B: hue angle of 300º 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 #9B239B is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15535155-
CMYK00.7700.39
HSL300º63.16%37.25%-
HSV(B)300º77.42%60.78%-
XYZ20.0310.5431.99-
YUV84.56167.76178.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.93%
GREEN value IS 35 (14.06% from 255) = 10.14%
BLUE value IS 155 (60.94% from 255) = 44.93%
R=44.93%
G=10.14%
B=44.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1553515500.7700.3930063.1637.25
Hex9B239B04D02712c3f25
Octal2334323301150474547745
Binary1001101110001110011011010011010100111100101100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B239B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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