Html Css Color HEX #9F5C94 Violet Blue

📋 copy color: '#9F5C94'

red 159 ◦ green 92 ◦ blue 148

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

Shades of Violet Blue #9F5C94

Tints of Violet Blue #9F5C94

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.06%

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

R = 39.85%
G = 23.06%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#9F5C94 (or 0x9F5C94) is known color: Violet Blue. HEX triplet: 9F, 5C and 94. RGB value is (159,92,148). Sum of RGB (Red+Green+Blue) = 159+92+148=399 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.85% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 148 (58.20% from 255 or 37.09% from 399); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5C94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5C94 is #60A36B. Grayscale: #767676. Windows color (decimal): -6333292 or 9723039. OLE color: 9723039.

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

Color convert

RGB 159 92 148 -
CMYK 0 0.42 0.07 0.38
HSL 309.85º 0.27% 0.49% -
HSV(B) 309.85º 0.42% 0.62% -
XYZ 23.47 17.16 30.09 -
YUV 118.42 144.7 156.95 -
System Red Green Blue C M Y K H S L
Decimal 159 92 148 0 0.42 0.07 0.38 309.85 0.27 0.49
Hex 9F 5C 94 0 2A 7 26 136 1B 31
Octal 237 134 224 0 52 7 46 466 33 61
Binary 10011111 1011100 10010100 0 101010 111 100110 100110110 11011 110001

Color Harmonies of #9F5C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5C94

Black with #9F5C94

Text Example


Text Example

White with #9F5C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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