Html Css Color HEX #9B7096 Violet Blue

📋 copy color: '#9B7096'

red 155 ◦ green 112 ◦ blue 150

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

Shades of Violet Blue #9B7096

Tints of Violet Blue #9B7096

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.86%

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

R = 37.17%
G = 26.86%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#9B7096 (or 0x9B7096) is known color: Violet Blue. HEX triplet: 9B, 70 and 96. RGB value is (155,112,150). Sum of RGB (Red+Green+Blue) = 155+112+150=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7096 is #648F69. Grayscale: #818181. Windows color (decimal): -6590314 or 9859227. OLE color: 9859227.

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

Color convert

RGB 155 112 150 -
CMYK 0 0.28 0.03 0.39
HSL 306.98º 0.18% 0.52% -
HSV(B) 306.98º 0.28% 0.61% -
XYZ 24.82 20.76 31.55 -
YUV 129.19 139.75 146.41 -
System Red Green Blue C M Y K H S L
Decimal 155 112 150 0 0.28 0.03 0.39 306.98 0.18 0.52
Hex 9B 70 96 0 1C 3 27 133 12 34
Octal 233 160 226 0 34 3 47 463 22 64
Binary 10011011 1110000 10010110 0 11100 11 100111 100110011 10010 110100

Color Harmonies of #9B7096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7096

Black with #9B7096

Text Example


Text Example

White with #9B7096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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