#9B2D98

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

Shades of Vivid Violet #9B2D98

Tints of Vivid Violet #9B2D98

Color information

#9B2D98 (or 0x9B2D98) is unknown color: approx Vivid Violet. HEX triplet: 9B, 2D and 98. RGB value is (155,45,152). Sum of RGB (Red+Green+Blue) = 155+45+152=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 45 (17.97% from 255 or 12.78% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2D98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2D98 is #64D267. Grayscale: #595959. Windows color (decimal): -6607464 or 9973147. OLE color: 9973147.

HSL color Cylindrical-coordinate representation of color #9B2D98: hue angle of 301.64º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9B2D98 is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB15545152-
CMYK00.710.020.39
HSL301.64º55%39.22%-
HSV(B)301.64º70.97%60.78%-
XYZ20.1211.1130.79-
YUV90.09162.94174.3-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.03%
GREEN value IS 45 (17.97% from 255) = 12.78%
BLUE value IS 152 (59.77% from 255) = 43.18%
R=44.03%
G=12.78%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1554515200.710.020.39301.645539.22
Hex9B2D9804722712e3727
Octal2335523001072474566747
Binary10011011101101100110000100011110100111100101110110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,45,152); }

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

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

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

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

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

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

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