Html Css Color HEX #9F5E94 Violet Blue

📋 copy color: '#9F5E94'

red 159 ◦ green 94 ◦ blue 148

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

Shades of Violet Blue #9F5E94

Tints of Violet Blue #9F5E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.91%

R = 39.65%
G = 23.44%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#9F5E94 (or 0x9F5E94) is known color: Violet Blue. HEX triplet: 9F, 5E and 94. RGB value is (159,94,148). Sum of RGB (Red+Green+Blue) = 159+94+148=401 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.65% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5E94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5E94 is #60A16B. Grayscale: #777777. Windows color (decimal): -6332780 or 9723551. OLE color: 9723551.

HSL color Cylindrical-coordinate representation of color #9F5E94: hue angle of 310.15º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F5E94 is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 94 148 -
CMYK 0 0.41 0.07 0.38
HSL 310.15º 0.26% 0.5% -
HSV(B) 310.15º 0.41% 0.62% -
XYZ 23.65 17.51 30.15 -
YUV 119.59 144.03 156.11 -
System Red Green Blue C M Y K H S L
Decimal 159 94 148 0 0.41 0.07 0.38 310.15 0.26 0.5
Hex 9F 5E 94 0 29 7 26 136 1A 32
Octal 237 136 224 0 51 7 46 466 32 62
Binary 10011111 1011110 10010100 0 101001 111 100110 100110110 11010 110010

Color Harmonies of #9F5E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5E94

Black with #9F5E94

Text Example


Text Example

White with #9F5E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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