Html Css Color HEX #9C7799 Violet Blue

📋 copy color: '#9C7799'

red 156 ◦ green 119 ◦ blue 153

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

Shades of Violet Blue #9C7799

Tints of Violet Blue #9C7799

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.8%

 BLUE value IS 153 (60.16% from 255) = 35.75%

R = 36.45%
G = 27.8%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.02

 K value IS 0.39

RGB Variations

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

Color information

#9C7799 (or 0x9C7799) is known color: Violet Blue. HEX triplet: 9C, 77 and 99. RGB value is (156,119,153). Sum of RGB (Red+Green+Blue) = 156+119+153=428 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.45% from 428); Green value is 119 (46.88% from 255 or 27.80% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7799 is #638866. Grayscale: #858585. Windows color (decimal): -6522983 or 10057628. OLE color: 10057628.

HSL color Cylindrical-coordinate representation of color #9C7799: hue angle of 304.86º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9C7799 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 119 153 -
CMYK 0 0.24 0.02 0.39
HSL 304.86º 0.16% 0.54% -
HSV(B) 304.86º 0.24% 0.61% -
XYZ 26.06 22.56 33.12 -
YUV 133.94 138.76 143.74 -
System Red Green Blue C M Y K H S L
Decimal 156 119 153 0 0.24 0.02 0.39 304.86 0.16 0.54
Hex 9C 77 99 0 18 2 27 131 10 36
Octal 234 167 231 0 30 2 47 461 20 66
Binary 10011100 1110111 10011001 0 11000 10 100111 100110001 10000 110110

Color Harmonies of #9C7799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7799

Black with #9C7799

Text Example


Text Example

White with #9C7799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,119,153); }

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

background-color css

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

 a { background-color: rgb(156,119,153); }

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

border-color css

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

 span { border-color: rgb(156,119,153); }

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