Html Css Color HEX #9F4FA0 Violet Blue

📋 copy color: '#9F4FA0'

red 159 ◦ green 79 ◦ blue 160

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

Shades of Violet Blue #9F4FA0

Tints of Violet Blue #9F4FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 40.2%

R = 39.95%
G = 19.85%
B = 40.2%

CMYK

 C value IS 0.01

 M value IS 0.51

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#9F4FA0 (or 0x9F4FA0) is known color: Violet Blue. HEX triplet: 9F, 4F and A0. RGB value is (159,79,160). Sum of RGB (Red+Green+Blue) = 159+79+160=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 79 (31.25% from 255 or 19.85% from 398); Blue value is 160 (62.89% from 255 or 40.20% from 398); Max value from RGB is 160 - color contains mainly: blue. Hex color #9F4FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4FA0 is #60B05F. Grayscale: #6F6F6F. Windows color (decimal): -6336608 or 10506143. OLE color: 10506143.

HSL color Cylindrical-coordinate representation of color #9F4FA0: hue angle of 299.26º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F4FA0 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 159 79 160 -
CMYK 0.01 0.51 0 0.37
HSL 299.26º 0.34% 0.47% -
HSV(B) 299.26º 0.51% 0.63% -
XYZ 23.44 15.5 35.01 -
YUV 112.15 155 161.41 -
System Red Green Blue C M Y K H S L
Decimal 159 79 160 0.01 0.51 0 0.37 299.26 0.34 0.47
Hex 9F 4F A0 1 33 0 25 12B 22 2F
Octal 237 117 240 1 63 0 45 453 42 57
Binary 10011111 1001111 10100000 1 110011 0 100101 100101011 100010 101111

Color Harmonies of #9F4FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4FA0

Black with #9F4FA0

Text Example


Text Example

White with #9F4FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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