Html Css Color HEX #9B6595 Violet Blue

📋 copy color: '#9B6595'

red 155 ◦ green 101 ◦ blue 149

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

Shades of Violet Blue #9B6595

Tints of Violet Blue #9B6595

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.94%

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

R = 38.27%
G = 24.94%
B = 36.79%

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

#9B6595 (or 0x9B6595) is known color: Violet Blue. HEX triplet: 9B, 65 and 95. RGB value is (155,101,149). Sum of RGB (Red+Green+Blue) = 155+101+149=405 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.27% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6595 is #649A6A. Grayscale: #7A7A7A. Windows color (decimal): -6593131 or 9790875. OLE color: 9790875.

HSL color Cylindrical-coordinate representation of color #9B6595: hue angle of 306.67º degrees, saturation: 0.21, 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 #9B6595 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 101 149 -
CMYK 0 0.35 0.04 0.39
HSL 306.67º 0.21% 0.5% -
HSV(B) 306.67º 0.35% 0.61% -
XYZ 23.6 18.45 30.75 -
YUV 122.62 142.89 151.1 -
System Red Green Blue C M Y K H S L
Decimal 155 101 149 0 0.35 0.04 0.39 306.67 0.21 0.5
Hex 9B 65 95 0 23 4 27 133 15 32
Octal 233 145 225 0 43 4 47 463 25 62
Binary 10011011 1100101 10010101 0 100011 100 100111 100110011 10101 110010

Color Harmonies of #9B6595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6595

Black with #9B6595

Text Example


Text Example

White with #9B6595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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