Html Css Color HEX #9F749E Violet Blue

📋 copy color: '#9F749E'

red 159 ◦ green 116 ◦ blue 158

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

Shades of Violet Blue #9F749E

Tints of Violet Blue #9F749E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.49%

R = 36.72%
G = 26.79%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#9F749E (or 0x9F749E) is known color: Violet Blue. HEX triplet: 9F, 74 and 9E. RGB value is (159,116,158). Sum of RGB (Red+Green+Blue) = 159+116+158=433 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.72% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 159 - color contains mainly: red. Hex color #9F749E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F749E is #608B61. Grayscale: #858585. Windows color (decimal): -6327138 or 10384543. OLE color: 10384543.

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

Color convert

RGB 159 116 158 -
CMYK 0 0.27 0.01 0.38
HSL 301.4º 0.18% 0.54% -
HSV(B) 301.4º 0.27% 0.62% -
XYZ 26.72 22.33 35.25 -
YUV 133.65 141.75 146.08 -
System Red Green Blue C M Y K H S L
Decimal 159 116 158 0 0.27 0.01 0.38 301.4 0.18 0.54
Hex 9F 74 9E 0 1B 1 26 12D 12 36
Octal 237 164 236 0 33 1 46 455 22 66
Binary 10011111 1110100 10011110 0 11011 1 100110 100101101 10010 110110

Color Harmonies of #9F749E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F749E

Black with #9F749E

Text Example


Text Example

White with #9F749E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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