Html Css Color HEX #9F4AAA Violet Blue

📋 copy color: '#9F4AAA'

red 159 ◦ green 74 ◦ blue 170

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

Shades of Violet Blue #9F4AAA

Tints of Violet Blue #9F4AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.18%

R = 39.45%
G = 18.36%
B = 42.18%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F4AAA (or 0x9F4AAA) is known color: Violet Blue. HEX triplet: 9F, 4A and AA. RGB value is (159,74,170). Sum of RGB (Red+Green+Blue) = 159+74+170=403 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.45% from 403); Green value is 74 (29.30% from 255 or 18.36% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F4AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4AAA is #60B555. Grayscale: #6E6E6E. Windows color (decimal): -6337878 or 11160223. OLE color: 11160223.

HSL color Cylindrical-coordinate representation of color #9F4AAA: hue angle of 293.12º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F4AAA is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 74 170 -
CMYK 0.06 0.56 0 0.33
HSL 293.13º 0.39% 0.48% -
HSV(B) 293.13º 0.56% 0.67% -
XYZ 24 15.17 39.69 -
YUV 110.36 161.66 162.69 -
System Red Green Blue C M Y K H S L
Decimal 159 74 170 0.06 0.56 0 0.33 293.13 0.39 0.48
Hex 9F 4A AA 6 38 0 21 125 27 30
Octal 237 112 252 6 70 0 41 445 47 60
Binary 10011111 1001010 10101010 110 111000 0 100001 100100101 100111 110000

Color Harmonies of #9F4AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4AAA

Black with #9F4AAA

Text Example


Text Example

White with #9F4AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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