Html Css Color HEX #9F4A8F Violet Blue

📋 copy color: '#9F4A8F'

red 159 ◦ green 74 ◦ blue 143

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

Shades of Violet Blue #9F4A8F

Tints of Violet Blue #9F4A8F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.68%

 BLUE value IS 143 (56.25% from 255) = 38.03%

R = 42.29%
G = 19.68%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9F4A8F (or 0x9F4A8F) is known color: Violet Blue. HEX triplet: 9F, 4A and 8F. RGB value is (159,74,143). Sum of RGB (Red+Green+Blue) = 159+74+143=376 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.29% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4A8F is #60B570. Grayscale: #6B6B6B. Windows color (decimal): -6337905 or 9390751. OLE color: 9390751.

HSL color Cylindrical-coordinate representation of color #9F4A8F: hue angle of 311.29º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F4A8F is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 74 143 -
CMYK 0 0.53 0.10 0.38
HSL 311.29º 0.36% 0.46% -
HSV(B) 311.29º 0.53% 0.62% -
XYZ 21.7 14.25 27.59 -
YUV 107.28 148.16 164.89 -
System Red Green Blue C M Y K H S L
Decimal 159 74 143 0 0.53 0.10 0.38 311.29 0.36 0.46
Hex 9F 4A 8F 0 35 A 26 137 24 2E
Octal 237 112 217 0 65 12 46 467 44 56
Binary 10011111 1001010 10001111 0 110101 1010 100110 100110111 100100 101110

Color Harmonies of #9F4A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4A8F

Black with #9F4A8F

Text Example


Text Example

White with #9F4A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,74,143); }

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

background-color css

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

 a { background-color: rgb(159,74,143); }

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

border-color css

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

 span { border-color: rgb(159,74,143); }

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