Html Css Color HEX #9B5E91 Violet Blue

📋 copy color: '#9B5E91'

red 155 ◦ green 94 ◦ blue 145

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

Shades of Violet Blue #9B5E91

Tints of Violet Blue #9B5E91

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.86%

 BLUE value IS 145 (57.03% from 255) = 36.8%

R = 39.34%
G = 23.86%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#9B5E91 (or 0x9B5E91) is known color: Violet Blue. HEX triplet: 9B, 5E and 91. RGB value is (155,94,145). Sum of RGB (Red+Green+Blue) = 155+94+145=394 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.34% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5E91 is #64A16E. Grayscale: #757575. Windows color (decimal): -6594927 or 9526939. OLE color: 9526939.

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

Color convert

RGB 155 94 145 -
CMYK 0 0.39 0.06 0.39
HSL 309.84º 0.24% 0.49% -
HSV(B) 309.84º 0.39% 0.61% -
XYZ 22.63 17.02 28.88 -
YUV 118.05 143.21 154.35 -
System Red Green Blue C M Y K H S L
Decimal 155 94 145 0 0.39 0.06 0.39 309.84 0.24 0.49
Hex 9B 5E 91 0 27 6 27 136 18 31
Octal 233 136 221 0 47 6 47 466 30 61
Binary 10011011 1011110 10010001 0 100111 110 100111 100110110 11000 110001

Color Harmonies of #9B5E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5E91

Black with #9B5E91

Text Example


Text Example

White with #9B5E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,94,145); }

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

background-color css

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

 a { background-color: rgb(155,94,145); }

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

border-color css

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

 span { border-color: rgb(155,94,145); }

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