Html Css Color HEX #9B6996 Violet Blue

📋 copy color: '#9B6996'

red 155 ◦ green 105 ◦ blue 150

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

Shades of Violet Blue #9B6996

Tints of Violet Blue #9B6996

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.61%

 BLUE value IS 150 (58.98% from 255) = 36.59%

R = 37.8%
G = 25.61%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#9B6996 (or 0x9B6996) is known color: Violet Blue. HEX triplet: 9B, 69 and 96. RGB value is (155,105,150). Sum of RGB (Red+Green+Blue) = 155+105+150=410 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.80% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6996 is #649669. Grayscale: #7C7C7C. Windows color (decimal): -6592106 or 9857435. OLE color: 9857435.

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

Color convert

RGB 155 105 150 -
CMYK 0 0.32 0.03 0.39
HSL 306º 0.2% 0.51% -
HSV(B) 306º 0.32% 0.61% -
XYZ 24.07 19.27 31.31 -
YUV 125.08 142.07 149.34 -
System Red Green Blue C M Y K H S L
Decimal 155 105 150 0 0.32 0.03 0.39 306 0.2 0.51
Hex 9B 69 96 0 20 3 27 132 14 33
Octal 233 151 226 0 40 3 47 462 24 63
Binary 10011011 1101001 10010110 0 100000 11 100111 100110010 10100 110011

Color Harmonies of #9B6996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6996

Black with #9B6996

Text Example


Text Example

White with #9B6996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,105,150); }

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

background-color css

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

 a { background-color: rgb(155,105,150); }

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

border-color css

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

 span { border-color: rgb(155,105,150); }

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