Html Css Color HEX #9F5099 Violet Blue

📋 copy color: '#9F5099'

red 159 ◦ green 80 ◦ blue 153

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

Shades of Violet Blue #9F5099

Tints of Violet Blue #9F5099

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.41%

 BLUE value IS 153 (60.16% from 255) = 39.03%

R = 40.56%
G = 20.41%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9F5099 (or 0x9F5099) is known color: Violet Blue. HEX triplet: 9F, 50 and 99. RGB value is (159,80,153). Sum of RGB (Red+Green+Blue) = 159+80+153=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5099 is #60AF66. Grayscale: #6F6F6F. Windows color (decimal): -6336359 or 10047647. OLE color: 10047647.

HSL color Cylindrical-coordinate representation of color #9F5099: hue angle of 304.56º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F5099 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 80 153 -
CMYK 0 0.50 0.04 0.38
HSL 304.56º 0.33% 0.47% -
HSV(B) 304.56º 0.5% 0.62% -
XYZ 22.92 15.41 31.9 -
YUV 111.94 151.17 161.56 -
System Red Green Blue C M Y K H S L
Decimal 159 80 153 0 0.50 0.04 0.38 304.56 0.33 0.47
Hex 9F 50 99 0 32 4 26 131 21 2F
Octal 237 120 231 0 62 4 46 461 41 57
Binary 10011111 1010000 10011001 0 110010 100 100110 100110001 100001 101111

Color Harmonies of #9F5099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5099

Black with #9F5099

Text Example


Text Example

White with #9F5099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,80,153); }

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

background-color css

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

 a { background-color: rgb(159,80,153); }

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

border-color css

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

 span { border-color: rgb(159,80,153); }

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