Html Css Color HEX #9B5A97 Violet Blue

📋 copy color: '#9B5A97'

red 155 ◦ green 90 ◦ blue 151

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

Shades of Violet Blue #9B5A97

Tints of Violet Blue #9B5A97

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.73%

 BLUE value IS 151 (59.38% from 255) = 38.13%

R = 39.14%
G = 22.73%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#9B5A97 (or 0x9B5A97) is known color: Violet Blue. HEX triplet: 9B, 5A and 97. RGB value is (155,90,151). Sum of RGB (Red+Green+Blue) = 155+90+151=396 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.14% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 151 (59.38% from 255 or 38.13% from 396); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5A97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5A97 is #64A568. Grayscale: #747474. Windows color (decimal): -6595945 or 9919131. OLE color: 9919131.

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

Color convert

RGB 155 90 151 -
CMYK 0 0.42 0.03 0.39
HSL 303.69º 0.27% 0.48% -
HSV(B) 303.69º 0.42% 0.61% -
XYZ 22.76 16.52 31.27 -
YUV 116.39 147.53 155.54 -
System Red Green Blue C M Y K H S L
Decimal 155 90 151 0 0.42 0.03 0.39 303.69 0.27 0.48
Hex 9B 5A 97 0 2A 3 27 130 1B 30
Octal 233 132 227 0 52 3 47 460 33 60
Binary 10011011 1011010 10010111 0 101010 11 100111 100110000 11011 110000

Color Harmonies of #9B5A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5A97

Black with #9B5A97

Text Example


Text Example

White with #9B5A97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,90,151); }

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

background-color css

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

 a { background-color: rgb(155,90,151); }

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

border-color css

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

 span { border-color: rgb(155,90,151); }

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