Html Css Color HEX #9C769D Violet Blue

📋 copy color: '#9C769D'

red 156 ◦ green 118 ◦ blue 157

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

Shades of Violet Blue #9C769D

Tints of Violet Blue #9C769D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.38%

 BLUE value IS 157 (61.72% from 255) = 36.43%

R = 36.19%
G = 27.38%
B = 36.43%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9C769D (or 0x9C769D) is known color: Violet Blue. HEX triplet: 9C, 76 and 9D. RGB value is (156,118,157). Sum of RGB (Red+Green+Blue) = 156+118+157=431 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.19% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 157 - color contains mainly: blue. Hex color #9C769D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C769D is #638962. Grayscale: #858585. Windows color (decimal): -6523235 or 10319516. OLE color: 10319516.

HSL color Cylindrical-coordinate representation of color #9C769D: hue angle of 298.46º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9C769D is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 156 118 157 -
CMYK 0.01 0.25 0 0.38
HSL 298.46º 0.17% 0.54% -
HSV(B) 298.46º 0.25% 0.62% -
XYZ 26.27 22.46 34.85 -
YUV 133.81 141.09 143.83 -
System Red Green Blue C M Y K H S L
Decimal 156 118 157 0.01 0.25 0 0.38 298.46 0.17 0.54
Hex 9C 76 9D 1 19 0 26 12A 11 36
Octal 234 166 235 1 31 0 46 452 21 66
Binary 10011100 1110110 10011101 1 11001 0 100110 100101010 10001 110110

Color Harmonies of #9C769D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C769D

Black with #9C769D

Text Example


Text Example

White with #9C769D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,118,157); }

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

background-color css

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

 a { background-color: rgb(156,118,157); }

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

border-color css

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

 span { border-color: rgb(156,118,157); }

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