Html Css Color HEX #9F55AA Violet Blue

📋 copy color: '#9F55AA'

red 159 ◦ green 85 ◦ blue 170

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

Shades of Violet Blue #9F55AA

Tints of Violet Blue #9F55AA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.53%

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

R = 38.41%
G = 20.53%
B = 41.06%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F55AA (or 0x9F55AA) is known color: Violet Blue. HEX triplet: 9F, 55 and AA. RGB value is (159,85,170). Sum of RGB (Red+Green+Blue) = 159+85+170=414 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.41% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F55AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F55AA is #60AA55. Grayscale: #747474. Windows color (decimal): -6335062 or 11163039. OLE color: 11163039.

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

Color convert

RGB 159 85 170 -
CMYK 0.06 0.50 0 0.33
HSL 292.24º 0.33% 0.5% -
HSV(B) 292.24º 0.5% 0.67% -
XYZ 24.8 16.77 39.96 -
YUV 116.82 158.02 158.09 -
System Red Green Blue C M Y K H S L
Decimal 159 85 170 0.06 0.50 0 0.33 292.24 0.33 0.5
Hex 9F 55 AA 6 32 0 21 124 21 32
Octal 237 125 252 6 62 0 41 444 41 62
Binary 10011111 1010101 10101010 110 110010 0 100001 100100100 100001 110010

Color Harmonies of #9F55AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F55AA

Black with #9F55AA

Text Example


Text Example

White with #9F55AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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