Html Css Color HEX #9F5FAA Violet Blue

📋 copy color: '#9F5FAA'

red 159 ◦ green 95 ◦ blue 170

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

Shades of Violet Blue #9F5FAA

Tints of Violet Blue #9F5FAA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.41%

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

R = 37.5%
G = 22.41%
B = 40.09%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F5FAA (or 0x9F5FAA) is known color: Violet Blue. HEX triplet: 9F, 5F and AA. RGB value is (159,95,170). Sum of RGB (Red+Green+Blue) = 159+95+170=424 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.5% from 424); Green value is 95 (37.5% from 255 or 22.41% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F5FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5FAA is #60A055. Grayscale: #7A7A7A. Windows color (decimal): -6332502 or 11165599. OLE color: 11165599.

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

Color convert

RGB 159 95 170 -
CMYK 0.06 0.44 0 0.33
HSL 291.2º 0.31% 0.52% -
HSV(B) 291.2º 0.44% 0.67% -
XYZ 25.65 18.46 40.24 -
YUV 122.69 154.7 153.9 -
System Red Green Blue C M Y K H S L
Decimal 159 95 170 0.06 0.44 0 0.33 291.2 0.31 0.52
Hex 9F 5F AA 6 2C 0 21 123 1F 34
Octal 237 137 252 6 54 0 41 443 37 64
Binary 10011111 1011111 10101010 110 101100 0 100001 100100011 11111 110100

Color Harmonies of #9F5FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5FAA

Black with #9F5FAA

Text Example


Text Example

White with #9F5FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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