Html Css Color HEX #9C6097 Violet Blue

📋 copy color: '#9C6097'

red 156 ◦ green 96 ◦ blue 151

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

Shades of Violet Blue #9C6097

Tints of Violet Blue #9C6097

RGB

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

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

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

R = 38.71%
G = 23.82%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#9C6097 (or 0x9C6097) is known color: Violet Blue. HEX triplet: 9C, 60 and 97. RGB value is (156,96,151). Sum of RGB (Red+Green+Blue) = 156+96+151=403 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.71% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 151 (59.38% from 255 or 37.47% from 403); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6097 is #639F68. Grayscale: #787878. Windows color (decimal): -6528873 or 9920668. OLE color: 9920668.

HSL color Cylindrical-coordinate representation of color #9C6097: hue angle of 305º 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 #9C6097 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 96 151 -
CMYK 0 0.38 0.03 0.39
HSL 305º 0.24% 0.49% -
HSV(B) 305º 0.38% 0.61% -
XYZ 23.48 17.67 31.45 -
YUV 120.21 145.38 153.53 -
System Red Green Blue C M Y K H S L
Decimal 156 96 151 0 0.38 0.03 0.39 305 0.24 0.49
Hex 9C 60 97 0 26 3 27 131 18 31
Octal 234 140 227 0 46 3 47 461 30 61
Binary 10011100 1100000 10010111 0 100110 11 100111 100110001 11000 110001

Color Harmonies of #9C6097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6097

Black with #9C6097

Text Example


Text Example

White with #9C6097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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