#9b2e9f

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

Shades of Vivid Violet #9B2E9F

Tints of Vivid Violet #9B2E9F

Color information

#9B2E9F (or 0x9B2E9F) is unknown color: approx Vivid Violet. HEX triplet: 9B, 2E and 9F. RGB value is (155,46,159). Sum of RGB (Red+Green+Blue) = 155+46+159=360 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.06% from 360); Green value is 46 (18.36% from 255 or 12.78% from 360); Blue value is 159 (62.5% from 255 or 44.17% from 360); Max value from RGB is 159 - color contains mainly: blue. Hex color #9B2E9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2E9F is #64D160. Grayscale: #5B5B5B. Windows color (decimal): -6607201 or 10432155. OLE color: 10432155.

HSL color Cylindrical-coordinate representation of color #9B2E9F: hue angle of 297.88º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9B2E9F is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15546159-
CMYK0.030.7100.38
HSL297.88º55.12%40.2%-
HSV(B)297.88º71.07%62.35%-
XYZ20.7511.4333.91-
YUV91.47166.11173.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.06%
GREEN value IS 46 (18.36% from 255) = 12.78%
BLUE value IS 159 (62.5% from 255) = 44.17%
R=43.06%
G=12.78%
B=44.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal155461590.030.7100.38297.8855.1240.2
Hex9B2E9F34702612a3728
Octal2335623731070464526750
Binary10011011101110100111111110001110100110100101010110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b2e9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,46,159); }

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

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

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

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

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

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

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