Html Css Color HEX #9F47AA Violet Blue

📋 copy color: '#9F47AA'

red 159 ◦ green 71 ◦ blue 170

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

Shades of Violet Blue #9F47AA

Tints of Violet Blue #9F47AA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.75%

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

R = 39.75%
G = 17.75%
B = 42.5%

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

#9F47AA (or 0x9F47AA) is known color: Violet Blue. HEX triplet: 9F, 47 and AA. RGB value is (159,71,170). Sum of RGB (Red+Green+Blue) = 159+71+170=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 71 (28.12% from 255 or 17.75% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F47AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F47AA is #60B855. Grayscale: #6C6C6C. Windows color (decimal): -6338646 or 11159455. OLE color: 11159455.

HSL color Cylindrical-coordinate representation of color #9F47AA: hue angle of 293.33º degrees, saturation: 0.41, 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 #9F47AA is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 71 170 -
CMYK 0.06 0.58 0 0.33
HSL 293.33º 0.41% 0.47% -
HSV(B) 293.33º 0.58% 0.67% -
XYZ 23.81 14.78 39.63 -
YUV 108.6 162.65 163.95 -
System Red Green Blue C M Y K H S L
Decimal 159 71 170 0.06 0.58 0 0.33 293.33 0.41 0.47
Hex 9F 47 AA 6 3A 0 21 125 29 2F
Octal 237 107 252 6 72 0 41 445 51 57
Binary 10011111 1000111 10101010 110 111010 0 100001 100100101 101001 101111

Color Harmonies of #9F47AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F47AA

Black with #9F47AA

Text Example


Text Example

White with #9F47AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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