Html Css Color HEX #9B6795 Violet Blue

📋 copy color: '#9B6795'

red 155 ◦ green 103 ◦ blue 149

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

Shades of Violet Blue #9B6795

Tints of Violet Blue #9B6795

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.31%

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

R = 38.08%
G = 25.31%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9B6795 (or 0x9B6795) is known color: Violet Blue. HEX triplet: 9B, 67 and 95. RGB value is (155,103,149). Sum of RGB (Red+Green+Blue) = 155+103+149=407 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.08% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6795 is #64986A. Grayscale: #7B7B7B. Windows color (decimal): -6592619 or 9791387. OLE color: 9791387.

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

Color convert

RGB 155 103 149 -
CMYK 0 0.34 0.04 0.39
HSL 306.92º 0.21% 0.51% -
HSV(B) 306.92º 0.34% 0.61% -
XYZ 23.79 18.84 30.82 -
YUV 123.79 142.23 150.26 -
System Red Green Blue C M Y K H S L
Decimal 155 103 149 0 0.34 0.04 0.39 306.92 0.21 0.51
Hex 9B 67 95 0 22 4 27 133 15 33
Octal 233 147 225 0 42 4 47 463 25 63
Binary 10011011 1100111 10010101 0 100010 100 100111 100110011 10101 110011

Color Harmonies of #9B6795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6795

Black with #9B6795

Text Example


Text Example

White with #9B6795

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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