Html Css Color HEX #9F749C Violet Blue

📋 copy color: '#9F749C'

red 159 ◦ green 116 ◦ blue 156

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

Shades of Violet Blue #9F749C

Tints of Violet Blue #9F749C

RGB

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

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

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

R = 36.89%
G = 26.91%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#9F749C (or 0x9F749C) is known color: Violet Blue. HEX triplet: 9F, 74 and 9C. RGB value is (159,116,156). Sum of RGB (Red+Green+Blue) = 159+116+156=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 159 - color contains mainly: red. Hex color #9F749C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F749C is #608B63. Grayscale: #858585. Windows color (decimal): -6327140 or 10253471. OLE color: 10253471.

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

Color convert

RGB 159 116 156 -
CMYK 0 0.27 0.02 0.38
HSL 304.19º 0.18% 0.54% -
HSV(B) 304.19º 0.27% 0.62% -
XYZ 26.54 22.26 34.35 -
YUV 133.42 140.75 146.25 -
System Red Green Blue C M Y K H S L
Decimal 159 116 156 0 0.27 0.02 0.38 304.19 0.18 0.54
Hex 9F 74 9C 0 1B 2 26 130 12 36
Octal 237 164 234 0 33 2 46 460 22 66
Binary 10011111 1110100 10011100 0 11011 10 100110 100110000 10010 110110

Color Harmonies of #9F749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F749C

Black with #9F749C

Text Example


Text Example

White with #9F749C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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