Html Css Color HEX #9B5095 Violet Blue

📋 copy color: '#9B5095'

red 155 ◦ green 80 ◦ blue 149

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

Shades of Violet Blue #9B5095

Tints of Violet Blue #9B5095

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.83%

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

R = 40.36%
G = 20.83%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9B5095 (or 0x9B5095) is known color: Violet Blue. HEX triplet: 9B, 50 and 95. RGB value is (155,80,149). Sum of RGB (Red+Green+Blue) = 155+80+149=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5095 is #64AF6A. Grayscale: #6E6E6E. Windows color (decimal): -6598507 or 9785499. OLE color: 9785499.

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

Color convert

RGB 155 80 149 -
CMYK 0 0.48 0.04 0.39
HSL 304.8º 0.32% 0.46% -
HSV(B) 304.8º 0.48% 0.61% -
XYZ 21.81 14.88 30.16 -
YUV 110.29 149.85 159.89 -
System Red Green Blue C M Y K H S L
Decimal 155 80 149 0 0.48 0.04 0.39 304.8 0.32 0.46
Hex 9B 50 95 0 30 4 27 131 20 2E
Octal 233 120 225 0 60 4 47 461 40 56
Binary 10011011 1010000 10010101 0 110000 100 100111 100110001 100000 101110

Color Harmonies of #9B5095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5095

Black with #9B5095

Text Example


Text Example

White with #9B5095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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