Html Css Color HEX #9B6E95 Violet Blue

📋 copy color: '#9B6E95'

red 155 ◦ green 110 ◦ blue 149

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

Shades of Violet Blue #9B6E95

Tints of Violet Blue #9B6E95

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.57%

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

R = 37.44%
G = 26.57%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9B6E95 (or 0x9B6E95) is known color: Violet Blue. HEX triplet: 9B, 6E and 95. RGB value is (155,110,149). Sum of RGB (Red+Green+Blue) = 155+110+149=414 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.44% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6E95 is #64916A. Grayscale: #7F7F7F. Windows color (decimal): -6590827 or 9793179. OLE color: 9793179.

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

Color convert

RGB 155 110 149 -
CMYK 0 0.29 0.04 0.39
HSL 308º 0.18% 0.52% -
HSV(B) 308º 0.29% 0.61% -
XYZ 24.52 20.29 31.06 -
YUV 127.9 139.91 147.33 -
System Red Green Blue C M Y K H S L
Decimal 155 110 149 0 0.29 0.04 0.39 308 0.18 0.52
Hex 9B 6E 95 0 1D 4 27 134 12 34
Octal 233 156 225 0 35 4 47 464 22 64
Binary 10011011 1101110 10010101 0 11101 100 100111 100110100 10010 110100

Color Harmonies of #9B6E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6E95

Black with #9B6E95

Text Example


Text Example

White with #9B6E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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