Html Css Color HEX #9F46AA Violet Blue

📋 copy color: '#9F46AA'

red 159 ◦ green 70 ◦ blue 170

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

Shades of Violet Blue #9F46AA

Tints of Violet Blue #9F46AA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.54%

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

R = 39.85%
G = 17.54%
B = 42.61%

CMYK

 C value IS 0.06

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F46AA (or 0x9F46AA) is known color: Violet Blue. HEX triplet: 9F, 46 and AA. RGB value is (159,70,170). Sum of RGB (Red+Green+Blue) = 159+70+170=399 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.85% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F46AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F46AA is #60B955. Grayscale: #6B6B6B. Windows color (decimal): -6338902 or 11159199. OLE color: 11159199.

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

Color convert

RGB 159 70 170 -
CMYK 0.06 0.59 0 0.33
HSL 293.4º 0.42% 0.47% -
HSV(B) 293.4º 0.59% 0.67% -
XYZ 23.74 14.65 39.61 -
YUV 108.01 162.99 164.37 -
System Red Green Blue C M Y K H S L
Decimal 159 70 170 0.06 0.59 0 0.33 293.4 0.42 0.47
Hex 9F 46 AA 6 3B 0 21 125 2A 2F
Octal 237 106 252 6 73 0 41 445 52 57
Binary 10011111 1000110 10101010 110 111011 0 100001 100100101 101010 101111

Color Harmonies of #9F46AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F46AA

Black with #9F46AA

Text Example


Text Example

White with #9F46AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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