Html Css Color HEX #9B6697 Violet Blue

📋 copy color: '#9B6697'

red 155 ◦ green 102 ◦ blue 151

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

Shades of Violet Blue #9B6697

Tints of Violet Blue #9B6697

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25%

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

R = 37.99%
G = 25%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#9B6697 (or 0x9B6697) is known color: Violet Blue. HEX triplet: 9B, 66 and 97. RGB value is (155,102,151). Sum of RGB (Red+Green+Blue) = 155+102+151=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 151 (59.38% from 255 or 37.01% from 408); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6697 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6697 is #649968. Grayscale: #7B7B7B. Windows color (decimal): -6592873 or 9922203. OLE color: 9922203.

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

Color convert

RGB 155 102 151 -
CMYK 0 0.34 0.03 0.39
HSL 304.53º 0.21% 0.5% -
HSV(B) 304.53º 0.34% 0.61% -
XYZ 23.85 18.71 31.63 -
YUV 123.43 143.56 150.52 -
System Red Green Blue C M Y K H S L
Decimal 155 102 151 0 0.34 0.03 0.39 304.53 0.21 0.5
Hex 9B 66 97 0 22 3 27 131 15 32
Octal 233 146 227 0 42 3 47 461 25 62
Binary 10011011 1100110 10010111 0 100010 11 100111 100110001 10101 110010

Color Harmonies of #9B6697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6697

Black with #9B6697

Text Example


Text Example

White with #9B6697

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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