Html Css Color HEX #9D479C Violet Blue

📋 copy color: '#9D479C'

red 157 ◦ green 71 ◦ blue 156

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

Shades of Violet Blue #9D479C

Tints of Violet Blue #9D479C

RGB

 RED value IS 157 (61.72% from 255) = 40.89%

 GREEN value IS 71 (28.13% from 255) = 18.49%

 BLUE value IS 156 (61.33% from 255) = 40.63%

R = 40.89%
G = 18.49%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#9D479C (or 0x9D479C) is known color: Violet Blue. HEX triplet: 9D, 47 and 9C. RGB value is (157,71,156). Sum of RGB (Red+Green+Blue) = 157+71+156=384 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.89% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 157 - color contains mainly: red. Hex color #9D479C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D479C is #62B863. Grayscale: #6A6A6A. Windows color (decimal): -6469732 or 10241949. OLE color: 10241949.

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

Color convert

RGB 157 71 156 -
CMYK 0 0.55 0.01 0.38
HSL 300.7º 0.38% 0.45% -
HSV(B) 300.7º 0.55% 0.62% -
XYZ 22.16 14.07 33 -
YUV 106.4 155.99 164.09 -
System Red Green Blue C M Y K H S L
Decimal 157 71 156 0 0.55 0.01 0.38 300.7 0.38 0.45
Hex 9D 47 9C 0 37 1 26 12D 26 2D
Octal 235 107 234 0 67 1 46 455 46 55
Binary 10011101 1000111 10011100 0 110111 1 100110 100101101 100110 101101

Color Harmonies of #9D479C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D479C

Black with #9D479C

Text Example


Text Example

White with #9D479C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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