Html Css Color HEX #9C6996 Violet Blue

📋 copy color: '#9C6996'

red 156 ◦ green 105 ◦ blue 150

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

Shades of Violet Blue #9C6996

Tints of Violet Blue #9C6996

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.55%

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

R = 37.96%
G = 25.55%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9C6996 (or 0x9C6996) is known color: Violet Blue. HEX triplet: 9C, 69 and 96. RGB value is (156,105,150). Sum of RGB (Red+Green+Blue) = 156+105+150=411 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.96% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6996 is #639669. Grayscale: #7D7D7D. Windows color (decimal): -6526570 or 9857436. OLE color: 9857436.

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

Color convert

RGB 156 105 150 -
CMYK 0 0.33 0.04 0.39
HSL 307.06º 0.2% 0.51% -
HSV(B) 307.06º 0.33% 0.61% -
XYZ 24.27 19.37 31.31 -
YUV 125.38 141.9 149.84 -
System Red Green Blue C M Y K H S L
Decimal 156 105 150 0 0.33 0.04 0.39 307.06 0.2 0.51
Hex 9C 69 96 0 21 4 27 133 14 33
Octal 234 151 226 0 41 4 47 463 24 63
Binary 10011100 1101001 10010110 0 100001 100 100111 100110011 10100 110011

Color Harmonies of #9C6996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6996

Black with #9C6996

Text Example


Text Example

White with #9C6996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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