Html Css Color HEX #9B6095 Violet Blue

📋 copy color: '#9B6095'

red 155 ◦ green 96 ◦ blue 149

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

Shades of Violet Blue #9B6095

Tints of Violet Blue #9B6095

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24%

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

R = 38.75%
G = 24%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9B6095 (or 0x9B6095) is known color: Violet Blue. HEX triplet: 9B, 60 and 95. RGB value is (155,96,149). Sum of RGB (Red+Green+Blue) = 155+96+149=400 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.75% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6095 is #649F6A. Grayscale: #777777. Windows color (decimal): -6594411 or 9789595. OLE color: 9789595.

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

Color convert

RGB 155 96 149 -
CMYK 0 0.38 0.04 0.39
HSL 306.1º 0.24% 0.49% -
HSV(B) 306.1º 0.38% 0.61% -
XYZ 23.13 17.5 30.59 -
YUV 119.68 144.55 153.19 -
System Red Green Blue C M Y K H S L
Decimal 155 96 149 0 0.38 0.04 0.39 306.1 0.24 0.49
Hex 9B 60 95 0 26 4 27 132 18 31
Octal 233 140 225 0 46 4 47 462 30 61
Binary 10011011 1100000 10010101 0 100110 100 100111 100110010 11000 110001

Color Harmonies of #9B6095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6095

Black with #9B6095

Text Example


Text Example

White with #9B6095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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