Html Css Color HEX #9F51AA Violet Blue

📋 copy color: '#9F51AA'

red 159 ◦ green 81 ◦ blue 170

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

Shades of Violet Blue #9F51AA

Tints of Violet Blue #9F51AA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.76%

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

R = 38.78%
G = 19.76%
B = 41.46%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F51AA (or 0x9F51AA) is known color: Violet Blue. HEX triplet: 9F, 51 and AA. RGB value is (159,81,170). Sum of RGB (Red+Green+Blue) = 159+81+170=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 81 (32.03% from 255 or 19.76% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F51AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F51AA is #60AE55. Grayscale: #727272. Windows color (decimal): -6336086 or 11162015. OLE color: 11162015.

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

Color convert

RGB 159 81 170 -
CMYK 0.06 0.52 0 0.33
HSL 292.58º 0.35% 0.49% -
HSV(B) 292.58º 0.52% 0.67% -
XYZ 24.5 16.16 39.86 -
YUV 114.47 159.34 159.76 -
System Red Green Blue C M Y K H S L
Decimal 159 81 170 0.06 0.52 0 0.33 292.58 0.35 0.49
Hex 9F 51 AA 6 34 0 21 125 23 31
Octal 237 121 252 6 64 0 41 445 43 61
Binary 10011111 1010001 10101010 110 110100 0 100001 100100101 100011 110001

Color Harmonies of #9F51AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F51AA

Black with #9F51AA

Text Example


Text Example

White with #9F51AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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