Html Css Color HEX #9B6396 Violet Blue

📋 copy color: '#9B6396'

red 155 ◦ green 99 ◦ blue 150

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

Shades of Violet Blue #9B6396

Tints of Violet Blue #9B6396

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.5%

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

R = 38.37%
G = 24.5%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#9B6396 (or 0x9B6396) is known color: Violet Blue. HEX triplet: 9B, 63 and 96. RGB value is (155,99,150). Sum of RGB (Red+Green+Blue) = 155+99+150=404 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.37% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6396 is #649C69. Grayscale: #797979. Windows color (decimal): -6593642 or 9855899. OLE color: 9855899.

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

Color convert

RGB 155 99 150 -
CMYK 0 0.36 0.03 0.39
HSL 305.36º 0.22% 0.5% -
HSV(B) 305.36º 0.36% 0.61% -
XYZ 23.48 18.09 31.11 -
YUV 121.56 144.05 151.85 -
System Red Green Blue C M Y K H S L
Decimal 155 99 150 0 0.36 0.03 0.39 305.36 0.22 0.5
Hex 9B 63 96 0 24 3 27 131 16 32
Octal 233 143 226 0 44 3 47 461 26 62
Binary 10011011 1100011 10010110 0 100100 11 100111 100110001 10110 110010

Color Harmonies of #9B6396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6396

Black with #9B6396

Text Example


Text Example

White with #9B6396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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