Html Css Color HEX #9F4299 Violet Blue

📋 copy color: '#9F4299'

red 159 ◦ green 66 ◦ blue 153

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

Shades of Violet Blue #9F4299

Tints of Violet Blue #9F4299

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.46%

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

R = 42.06%
G = 17.46%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9F4299 (or 0x9F4299) is known color: Violet Blue. HEX triplet: 9F, 42 and 99. RGB value is (159,66,153). Sum of RGB (Red+Green+Blue) = 159+66+153=378 (50% of max value = 765). Red value is 159 (62.5% from 255 or 42.06% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4299 is #60BD66. Grayscale: #676767. Windows color (decimal): -6339943 or 10044063. OLE color: 10044063.

HSL color Cylindrical-coordinate representation of color #9F4299: hue angle of 303.87º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F4299 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 66 153 -
CMYK 0 0.58 0.04 0.38
HSL 303.87º 0.41% 0.44% -
HSV(B) 303.87º 0.58% 0.62% -
XYZ 22 13.57 31.6 -
YUV 103.73 155.81 167.43 -
System Red Green Blue C M Y K H S L
Decimal 159 66 153 0 0.58 0.04 0.38 303.87 0.41 0.44
Hex 9F 42 99 0 3A 4 26 130 29 2C
Octal 237 102 231 0 72 4 46 460 51 54
Binary 10011111 1000010 10011001 0 111010 100 100110 100110000 101001 101100

Color Harmonies of #9F4299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4299

Black with #9F4299

Text Example


Text Example

White with #9F4299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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