Html Css Color HEX #9B6897 Violet Blue

📋 copy color: '#9B6897'

red 155 ◦ green 104 ◦ blue 151

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

Shades of Violet Blue #9B6897

Tints of Violet Blue #9B6897

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.37%

 BLUE value IS 151 (59.38% from 255) = 36.83%

R = 37.8%
G = 25.37%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#9B6897 (or 0x9B6897) is known color: Violet Blue. HEX triplet: 9B, 68 and 97. RGB value is (155,104,151). Sum of RGB (Red+Green+Blue) = 155+104+151=410 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.80% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 151 (59.38% from 255 or 36.83% from 410); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6897 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6897 is #649768. Grayscale: #7C7C7C. Windows color (decimal): -6592361 or 9922715. OLE color: 9922715.

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

Color convert

RGB 155 104 151 -
CMYK 0 0.33 0.03 0.39
HSL 304.71º 0.2% 0.51% -
HSV(B) 304.71º 0.33% 0.61% -
XYZ 24.05 19.1 31.7 -
YUV 124.61 142.9 149.68 -
System Red Green Blue C M Y K H S L
Decimal 155 104 151 0 0.33 0.03 0.39 304.71 0.2 0.51
Hex 9B 68 97 0 21 3 27 131 14 33
Octal 233 150 227 0 41 3 47 461 24 63
Binary 10011011 1101000 10010111 0 100001 11 100111 100110001 10100 110011

Color Harmonies of #9B6897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6897

Black with #9B6897

Text Example


Text Example

White with #9B6897

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,104,151); }

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

background-color css

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

 a { background-color: rgb(155,104,151); }

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

border-color css

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

 span { border-color: rgb(155,104,151); }

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