Html Css Color HEX #9F479C Violet Blue

📋 copy color: '#9F479C'

red 159 ◦ green 71 ◦ blue 156

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

Shades of Violet Blue #9F479C

Tints of Violet Blue #9F479C

RGB

 RED value IS 159 (62.5% from 255) = 41.19%

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

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

R = 41.19%
G = 18.39%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#9F479C (or 0x9F479C) is known color: Violet Blue. HEX triplet: 9F, 47 and 9C. RGB value is (159,71,156). Sum of RGB (Red+Green+Blue) = 159+71+156=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 159 - color contains mainly: red. Hex color #9F479C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F479C is #60B863. Grayscale: #6A6A6A. Windows color (decimal): -6338660 or 10241951. OLE color: 10241951.

HSL color Cylindrical-coordinate representation of color #9F479C: hue angle of 302.05º 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 #9F479C is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 71 156 -
CMYK 0 0.55 0.02 0.38
HSL 302.05º 0.38% 0.45% -
HSV(B) 302.05º 0.55% 0.62% -
XYZ 22.55 14.28 33.02 -
YUV 107 155.65 165.09 -
System Red Green Blue C M Y K H S L
Decimal 159 71 156 0 0.55 0.02 0.38 302.05 0.38 0.45
Hex 9F 47 9C 0 37 2 26 12E 26 2D
Octal 237 107 234 0 67 2 46 456 46 55
Binary 10011111 1000111 10011100 0 110111 10 100110 100101110 100110 101101

Color Harmonies of #9F479C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F479C

Black with #9F479C

Text Example


Text Example

White with #9F479C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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