Html Css Color HEX #9B6495 Violet Blue

📋 copy color: '#9B6495'

red 155 ◦ green 100 ◦ blue 149

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

Shades of Violet Blue #9B6495

Tints of Violet Blue #9B6495

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.75%

 BLUE value IS 149 (58.59% from 255) = 36.88%

R = 38.37%
G = 24.75%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9B6495 (or 0x9B6495) is known color: Violet Blue. HEX triplet: 9B, 64 and 95. RGB value is (155,100,149). Sum of RGB (Red+Green+Blue) = 155+100+149=404 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.37% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6495 is #649B6A. Grayscale: #797979. Windows color (decimal): -6593387 or 9790619. OLE color: 9790619.

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

Color convert

RGB 155 100 149 -
CMYK 0 0.35 0.04 0.39
HSL 306.55º 0.22% 0.5% -
HSV(B) 306.55º 0.35% 0.61% -
XYZ 23.5 18.25 30.72 -
YUV 122.03 143.22 151.52 -
System Red Green Blue C M Y K H S L
Decimal 155 100 149 0 0.35 0.04 0.39 306.55 0.22 0.5
Hex 9B 64 95 0 23 4 27 133 16 32
Octal 233 144 225 0 43 4 47 463 26 62
Binary 10011011 1100100 10010101 0 100011 100 100111 100110011 10110 110010

Color Harmonies of #9B6495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6495

Black with #9B6495

Text Example


Text Example

White with #9B6495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,100,149); }

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

background-color css

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

 a { background-color: rgb(155,100,149); }

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

border-color css

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

 span { border-color: rgb(155,100,149); }

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