Html Css Color HEX #9F5E93 Violet Blue

📋 copy color: '#9F5E93'

red 159 ◦ green 94 ◦ blue 147

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

Shades of Violet Blue #9F5E93

Tints of Violet Blue #9F5E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.75%

R = 39.75%
G = 23.5%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9F5E93 (or 0x9F5E93) is known color: Violet Blue. HEX triplet: 9F, 5E and 93. RGB value is (159,94,147). Sum of RGB (Red+Green+Blue) = 159+94+147=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5E93 is #60A16C. Grayscale: #777777. Windows color (decimal): -6332781 or 9658015. OLE color: 9658015.

HSL color Cylindrical-coordinate representation of color #9F5E93: hue angle of 311.08º 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 #9F5E93 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 94 147 -
CMYK 0 0.41 0.08 0.38
HSL 311.08º 0.26% 0.5% -
HSV(B) 311.08º 0.41% 0.62% -
XYZ 23.57 17.48 29.74 -
YUV 119.48 143.53 156.19 -
System Red Green Blue C M Y K H S L
Decimal 159 94 147 0 0.41 0.08 0.38 311.08 0.26 0.5
Hex 9F 5E 93 0 29 8 26 137 1A 32
Octal 237 136 223 0 51 10 46 467 32 62
Binary 10011111 1011110 10010011 0 101001 1000 100110 100110111 11010 110010

Color Harmonies of #9F5E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5E93

Black with #9F5E93

Text Example


Text Example

White with #9F5E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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