Html Css Color HEX #9F48AA Violet Blue

📋 copy color: '#9F48AA'

red 159 ◦ green 72 ◦ blue 170

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

Shades of Violet Blue #9F48AA

Tints of Violet Blue #9F48AA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.96%

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

R = 39.65%
G = 17.96%
B = 42.39%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F48AA (or 0x9F48AA) is known color: Violet Blue. HEX triplet: 9F, 48 and AA. RGB value is (159,72,170). Sum of RGB (Red+Green+Blue) = 159+72+170=401 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.65% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F48AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F48AA is #60B755. Grayscale: #6C6C6C. Windows color (decimal): -6338390 or 11159711. OLE color: 11159711.

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

Color convert

RGB 159 72 170 -
CMYK 0.06 0.58 0 0.33
HSL 293.27º 0.4% 0.47% -
HSV(B) 293.27º 0.58% 0.67% -
XYZ 23.87 14.91 39.65 -
YUV 109.19 162.32 163.53 -
System Red Green Blue C M Y K H S L
Decimal 159 72 170 0.06 0.58 0 0.33 293.27 0.4 0.47
Hex 9F 48 AA 6 3A 0 21 125 28 2F
Octal 237 110 252 6 72 0 41 445 50 57
Binary 10011111 1001000 10101010 110 111010 0 100001 100100101 101000 101111

Color Harmonies of #9F48AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F48AA

Black with #9F48AA

Text Example


Text Example

White with #9F48AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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