Html Css Color HEX #9F749A Violet Blue

📋 copy color: '#9F749A'

red 159 ◦ green 116 ◦ blue 154

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

Shades of Violet Blue #9F749A

Tints of Violet Blue #9F749A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.9%

R = 37.06%
G = 27.04%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#9F749A (or 0x9F749A) is known color: Violet Blue. HEX triplet: 9F, 74 and 9A. RGB value is (159,116,154). Sum of RGB (Red+Green+Blue) = 159+116+154=429 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.06% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 159 - color contains mainly: red. Hex color #9F749A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F749A is #608B65. Grayscale: #858585. Windows color (decimal): -6327142 or 10122399. OLE color: 10122399.

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

Color convert

RGB 159 116 154 -
CMYK 0 0.27 0.03 0.38
HSL 306.98º 0.18% 0.54% -
HSV(B) 306.98º 0.27% 0.62% -
XYZ 26.38 22.19 33.47 -
YUV 133.19 139.75 146.41 -
System Red Green Blue C M Y K H S L
Decimal 159 116 154 0 0.27 0.03 0.38 306.98 0.18 0.54
Hex 9F 74 9A 0 1B 3 26 133 12 36
Octal 237 164 232 0 33 3 46 463 22 66
Binary 10011111 1110100 10011010 0 11011 11 100110 100110011 10010 110110

Color Harmonies of #9F749A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F749A

Black with #9F749A

Text Example


Text Example

White with #9F749A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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