Html Css Color HEX #9F5EAA Violet Blue

📋 copy color: '#9F5EAA'

red 159 ◦ green 94 ◦ blue 170

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

Shades of Violet Blue #9F5EAA

Tints of Violet Blue #9F5EAA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.22%

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

R = 37.59%
G = 22.22%
B = 40.19%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F5EAA (or 0x9F5EAA) is known color: Violet Blue. HEX triplet: 9F, 5E and AA. RGB value is (159,94,170). Sum of RGB (Red+Green+Blue) = 159+94+170=423 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.59% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F5EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5EAA is #60A155. Grayscale: #797979. Windows color (decimal): -6332758 or 11165343. OLE color: 11165343.

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

Color convert

RGB 159 94 170 -
CMYK 0.06 0.45 0 0.33
HSL 291.32º 0.31% 0.52% -
HSV(B) 291.32º 0.45% 0.67% -
XYZ 25.56 18.28 40.21 -
YUV 122.1 155.03 154.32 -
System Red Green Blue C M Y K H S L
Decimal 159 94 170 0.06 0.45 0 0.33 291.32 0.31 0.52
Hex 9F 5E AA 6 2D 0 21 123 1F 34
Octal 237 136 252 6 55 0 41 443 37 64
Binary 10011111 1011110 10101010 110 101101 0 100001 100100011 11111 110100

Color Harmonies of #9F5EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5EAA

Black with #9F5EAA

Text Example


Text Example

White with #9F5EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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