Html Css Color HEX #9C6497 Violet Blue

📋 copy color: '#9C6497'

red 156 ◦ green 100 ◦ blue 151

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

Shades of Violet Blue #9C6497

Tints of Violet Blue #9C6497

RGB

 RED value IS 156 (61.33% from 255) = 38.33%

 GREEN value IS 100 (39.45% from 255) = 24.57%

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

R = 38.33%
G = 24.57%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#9C6497 (or 0x9C6497) is known color: Violet Blue. HEX triplet: 9C, 64 and 97. RGB value is (156,100,151). Sum of RGB (Red+Green+Blue) = 156+100+151=407 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.33% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6497 is #639B68. Grayscale: #7A7A7A. Windows color (decimal): -6527849 or 9921692. OLE color: 9921692.

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

Color convert

RGB 156 100 151 -
CMYK 0 0.36 0.03 0.39
HSL 305.36º 0.22% 0.5% -
HSV(B) 305.36º 0.36% 0.61% -
XYZ 23.85 18.42 31.58 -
YUV 122.56 144.05 151.85 -
System Red Green Blue C M Y K H S L
Decimal 156 100 151 0 0.36 0.03 0.39 305.36 0.22 0.5
Hex 9C 64 97 0 24 3 27 131 16 32
Octal 234 144 227 0 44 3 47 461 26 62
Binary 10011100 1100100 10010111 0 100100 11 100111 100110001 10110 110010

Color Harmonies of #9C6497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6497

Black with #9C6497

Text Example


Text Example

White with #9C6497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,100,151); }

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

background-color css

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

 a { background-color: rgb(156,100,151); }

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

border-color css

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

 span { border-color: rgb(156,100,151); }

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