Html Css Color HEX #9B4D95 Violet Blue

📋 copy color: '#9B4D95'

red 155 ◦ green 77 ◦ blue 149

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

Shades of Violet Blue #9B4D95

Tints of Violet Blue #9B4D95

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.21%

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

R = 40.68%
G = 20.21%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9B4D95 (or 0x9B4D95) is known color: Violet Blue. HEX triplet: 9B, 4D and 95. RGB value is (155,77,149). Sum of RGB (Red+Green+Blue) = 155+77+149=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 77 (30.47% from 255 or 20.21% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4D95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B4D95 is #64B26A. Grayscale: #6C6C6C. Windows color (decimal): -6599275 or 9784731. OLE color: 9784731.

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

Color convert

RGB 155 77 149 -
CMYK 0 0.50 0.04 0.39
HSL 304.62º 0.34% 0.45% -
HSV(B) 304.62º 0.5% 0.61% -
XYZ 21.6 14.45 30.08 -
YUV 108.53 150.84 161.15 -
System Red Green Blue C M Y K H S L
Decimal 155 77 149 0 0.50 0.04 0.39 304.62 0.34 0.45
Hex 9B 4D 95 0 32 4 27 131 22 2D
Octal 233 115 225 0 62 4 47 461 42 55
Binary 10011011 1001101 10010101 0 110010 100 100111 100110001 100010 101101

Color Harmonies of #9B4D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4D95

Black with #9B4D95

Text Example


Text Example

White with #9B4D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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