Html Css Color HEX #9F4290 Violet Blue

📋 copy color: '#9F4290'

red 159 ◦ green 66 ◦ blue 144

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

Shades of Violet Blue #9F4290

Tints of Violet Blue #9F4290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.02%

R = 43.09%
G = 17.89%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#9F4290 (or 0x9F4290) is known color: Violet Blue. HEX triplet: 9F, 42 and 90. RGB value is (159,66,144). Sum of RGB (Red+Green+Blue) = 159+66+144=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4290 is #60BD6F. Grayscale: #666666. Windows color (decimal): -6339952 or 9454239. OLE color: 9454239.

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

Color convert

RGB 159 66 144 -
CMYK 0 0.58 0.09 0.38
HSL 309.68º 0.41% 0.44% -
HSV(B) 309.68º 0.58% 0.62% -
XYZ 21.28 13.28 27.83 -
YUV 102.7 151.31 168.16 -
System Red Green Blue C M Y K H S L
Decimal 159 66 144 0 0.58 0.09 0.38 309.68 0.41 0.44
Hex 9F 42 90 0 3A 9 26 136 29 2C
Octal 237 102 220 0 72 11 46 466 51 54
Binary 10011111 1000010 10010000 0 111010 1001 100110 100110110 101001 101100

Color Harmonies of #9F4290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4290

Black with #9F4290

Text Example


Text Example

White with #9F4290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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