Html Css Color HEX #9B4995 Violet Blue

📋 copy color: '#9B4995'

red 155 ◦ green 73 ◦ blue 149

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

Shades of Violet Blue #9B4995

Tints of Violet Blue #9B4995

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.36%

 BLUE value IS 149 (58.59% from 255) = 39.52%

R = 41.11%
G = 19.36%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9B4995 (or 0x9B4995) is known color: Violet Blue. HEX triplet: 9B, 49 and 95. RGB value is (155,73,149). Sum of RGB (Red+Green+Blue) = 155+73+149=377 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.11% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4995 is #64B66A. Grayscale: #696969. Windows color (decimal): -6600299 or 9783707. OLE color: 9783707.

HSL color Cylindrical-coordinate representation of color #9B4995: hue angle of 304.39º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9B4995 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 73 149 -
CMYK 0 0.53 0.04 0.39
HSL 304.39º 0.36% 0.45% -
HSV(B) 304.39º 0.53% 0.61% -
XYZ 21.32 13.9 29.99 -
YUV 106.18 152.17 162.82 -
System Red Green Blue C M Y K H S L
Decimal 155 73 149 0 0.53 0.04 0.39 304.39 0.36 0.45
Hex 9B 49 95 0 35 4 27 130 24 2D
Octal 233 111 225 0 65 4 47 460 44 55
Binary 10011011 1001001 10010101 0 110101 100 100111 100110000 100100 101101

Color Harmonies of #9B4995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4995

Black with #9B4995

Text Example


Text Example

White with #9B4995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,73,149); }

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

background-color css

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

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

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

border-color css

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

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

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