#9B239D

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

Shades of Vivid Violet #9B239D

Tints of Vivid Violet #9B239D

Color information

#9B239D (or 0x9B239D) is unknown color: approx Vivid Violet. HEX triplet: 9B, 23 and 9D. RGB value is (155,35,157). Sum of RGB (Red+Green+Blue) = 155+35+157=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 35 (14.06% from 255 or 10.09% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 157 - color contains mainly: blue. Hex color #9B239D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B239D is #64DC62. Grayscale: #545454. Windows color (decimal): -6610019 or 10298267. OLE color: 10298267.

HSL color Cylindrical-coordinate representation of color #9B239D: hue angle of 299.02º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9B239D is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15535157-
CMYK0.010.7800.38
HSL299.02º63.54%37.65%-
HSV(B)299.02º77.71%61.57%-
XYZ20.210.632.88-
YUV84.79168.76178.08-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.67%
GREEN value IS 35 (14.06% from 255) = 10.09%
BLUE value IS 157 (61.72% from 255) = 45.24%
R=44.67%
G=10.09%
B=45.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal155351570.010.7800.38299.0263.5437.65
Hex9B239D14E02612b4026
Octal23343235111604645310046
Binary10011011100011100111011100111001001101001010111000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B239D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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