Html Css Color HEX #9B2996 Vivid Violet

📋 copy color: '#9B2996'

red 155 ◦ green 41 ◦ blue 150

#9B2996
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #9B2996

Tints of Vivid Violet #9B2996

RGB

 RED value IS 155 (60.94% from 255) = 44.8%

 GREEN value IS 41 (16.41% from 255) = 11.85%

 BLUE value IS 150 (58.98% from 255) = 43.35%

R = 44.8%
G = 11.85%
B = 43.35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#9B2996 (or 0x9B2996) is known color: Vivid Violet. HEX triplet: 9B, 29 and 96. RGB value is (155,41,150). Sum of RGB (Red+Green+Blue) = 155+41+150=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2996 is #64D669. Grayscale: #575757. Windows color (decimal): -6608490 or 9841051. OLE color: 9841051.

HSL color Cylindrical-coordinate representation of color #9B2996: hue angle of 302.63º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B2996 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 41 150 -
CMYK 0 0.74 0.03 0.39
HSL 302.63º 0.58% 0.38% -
HSV(B) 302.63º 0.74% 0.61% -
XYZ 19.82 10.76 29.89 -
YUV 87.51 163.27 176.14 -
System Red Green Blue C M Y K H S L
Decimal 155 41 150 0 0.74 0.03 0.39 302.63 0.58 0.38
Hex 9B 29 96 0 4A 3 27 12F 3A 26
Octal 233 51 226 0 112 3 47 457 72 46
Binary 10011011 101001 10010110 0 1001010 11 100111 100101111 111010 100110

Color Harmonies of #9B2996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2996

Black with #9B2996

Text Example


Text Example

White with #9B2996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,41,150); }

 H1.HeaderClassName
 {
   color: #9B2996;
 }
 .AnyTagClassName
 {
   color: #9B2996;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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