Html Css Color HEX #9C6296 Violet Blue

📋 copy color: '#9C6296'

red 156 ◦ green 98 ◦ blue 150

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

Shades of Violet Blue #9C6296

Tints of Violet Blue #9C6296

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.26%

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

R = 38.61%
G = 24.26%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9C6296 (or 0x9C6296) is known color: Violet Blue. HEX triplet: 9C, 62 and 96. RGB value is (156,98,150). Sum of RGB (Red+Green+Blue) = 156+98+150=404 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.61% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6296 is #639D69. Grayscale: #797979. Windows color (decimal): -6528362 or 9855644. OLE color: 9855644.

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

Color convert

RGB 156 98 150 -
CMYK 0 0.37 0.04 0.39
HSL 306.21º 0.23% 0.5% -
HSV(B) 306.21º 0.37% 0.61% -
XYZ 23.58 18.01 31.09 -
YUV 121.27 144.22 152.77 -
System Red Green Blue C M Y K H S L
Decimal 156 98 150 0 0.37 0.04 0.39 306.21 0.23 0.5
Hex 9C 62 96 0 25 4 27 132 17 32
Octal 234 142 226 0 45 4 47 462 27 62
Binary 10011100 1100010 10010110 0 100101 100 100111 100110010 10111 110010

Color Harmonies of #9C6296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6296

Black with #9C6296

Text Example


Text Example

White with #9C6296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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