Html Css Color HEX #9F4F98 Violet Blue

📋 copy color: '#9F4F98'

red 159 ◦ green 79 ◦ blue 152

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

Shades of Violet Blue #9F4F98

Tints of Violet Blue #9F4F98

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.26%

 BLUE value IS 152 (59.77% from 255) = 38.97%

R = 40.77%
G = 20.26%
B = 38.97%

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

#9F4F98 (or 0x9F4F98) is known color: Violet Blue. HEX triplet: 9F, 4F and 98. RGB value is (159,79,152). Sum of RGB (Red+Green+Blue) = 159+79+152=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 79 (31.25% from 255 or 20.26% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4F98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4F98 is #60B067. Grayscale: #6F6F6F. Windows color (decimal): -6336616 or 9981855. OLE color: 9981855.

HSL color Cylindrical-coordinate representation of color #9F4F98: hue angle of 305.25º degrees, saturation: 0.34, 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 #9F4F98 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 79 152 -
CMYK 0 0.50 0.04 0.38
HSL 305.25º 0.34% 0.47% -
HSV(B) 305.25º 0.5% 0.62% -
XYZ 22.76 15.23 31.45 -
YUV 111.24 151 162.06 -
System Red Green Blue C M Y K H S L
Decimal 159 79 152 0 0.50 0.04 0.38 305.25 0.34 0.47
Hex 9F 4F 98 0 32 4 26 131 22 2F
Octal 237 117 230 0 62 4 46 461 42 57
Binary 10011111 1001111 10011000 0 110010 100 100110 100110001 100010 101111

Color Harmonies of #9F4F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4F98

Black with #9F4F98

Text Example


Text Example

White with #9F4F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,79,152); }

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

background-color css

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

 a { background-color: rgb(159,79,152); }

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

border-color css

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

 span { border-color: rgb(159,79,152); }

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