Html Css Color HEX #9C6196 Violet Blue

📋 copy color: '#9C6196'

red 156 ◦ green 97 ◦ blue 150

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

Shades of Violet Blue #9C6196

Tints of Violet Blue #9C6196

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.07%

 BLUE value IS 150 (58.98% from 255) = 37.22%

R = 38.71%
G = 24.07%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9C6196 (or 0x9C6196) is known color: Violet Blue. HEX triplet: 9C, 61 and 96. RGB value is (156,97,150). Sum of RGB (Red+Green+Blue) = 156+97+150=403 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.71% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6196 is #639E69. Grayscale: #787878. Windows color (decimal): -6528618 or 9855388. OLE color: 9855388.

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

Color convert

RGB 156 97 150 -
CMYK 0 0.38 0.04 0.39
HSL 306.1º 0.23% 0.5% -
HSV(B) 306.1º 0.38% 0.61% -
XYZ 23.49 17.82 31.06 -
YUV 120.68 144.55 153.19 -
System Red Green Blue C M Y K H S L
Decimal 156 97 150 0 0.38 0.04 0.39 306.1 0.23 0.5
Hex 9C 61 96 0 26 4 27 132 17 32
Octal 234 141 226 0 46 4 47 462 27 62
Binary 10011100 1100001 10010110 0 100110 100 100111 100110010 10111 110010

Color Harmonies of #9C6196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6196

Black with #9C6196

Text Example


Text Example

White with #9C6196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,97,150); }

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

background-color css

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

 a { background-color: rgb(156,97,150); }

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

border-color css

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

 span { border-color: rgb(156,97,150); }

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