Html Css Color HEX #9C749D Violet Blue

📋 copy color: '#9C749D'

red 156 ◦ green 116 ◦ blue 157

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

Shades of Violet Blue #9C749D

Tints of Violet Blue #9C749D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.04%

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

R = 36.36%
G = 27.04%
B = 36.6%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9C749D (or 0x9C749D) is known color: Violet Blue. HEX triplet: 9C, 74 and 9D. RGB value is (156,116,157). Sum of RGB (Red+Green+Blue) = 156+116+157=429 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.36% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 157 - color contains mainly: blue. Hex color #9C749D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C749D is #638B62. Grayscale: #848484. Windows color (decimal): -6523747 or 10319004. OLE color: 10319004.

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

Color convert

RGB 156 116 157 -
CMYK 0.01 0.26 0 0.38
HSL 298.54º 0.17% 0.54% -
HSV(B) 298.54º 0.26% 0.62% -
XYZ 26.04 21.99 34.77 -
YUV 132.63 141.75 144.67 -
System Red Green Blue C M Y K H S L
Decimal 156 116 157 0.01 0.26 0 0.38 298.54 0.17 0.54
Hex 9C 74 9D 1 1A 0 26 12B 11 36
Octal 234 164 235 1 32 0 46 453 21 66
Binary 10011100 1110100 10011101 1 11010 0 100110 100101011 10001 110110

Color Harmonies of #9C749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C749D

Black with #9C749D

Text Example


Text Example

White with #9C749D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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