Html Css Color HEX #9F6097 Violet Blue

📋 copy color: '#9F6097'

red 159 ◦ green 96 ◦ blue 151

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

Shades of Violet Blue #9F6097

Tints of Violet Blue #9F6097

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.65%

 BLUE value IS 151 (59.38% from 255) = 37.19%

R = 39.16%
G = 23.65%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.38

RGB Variations

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

Color information

#9F6097 (or 0x9F6097) is known color: Violet Blue. HEX triplet: 9F, 60 and 97. RGB value is (159,96,151). Sum of RGB (Red+Green+Blue) = 159+96+151=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 151 (59.38% from 255 or 37.19% from 406); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6097 is #609F68. Grayscale: #787878. Windows color (decimal): -6332265 or 9920671. OLE color: 9920671.

HSL color Cylindrical-coordinate representation of color #9F6097: hue angle of 307.62º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F6097 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 96 151 -
CMYK 0 0.40 0.05 0.38
HSL 307.62º 0.25% 0.5% -
HSV(B) 307.62º 0.4% 0.62% -
XYZ 24.07 17.97 31.48 -
YUV 121.11 144.87 155.03 -
System Red Green Blue C M Y K H S L
Decimal 159 96 151 0 0.40 0.05 0.38 307.62 0.25 0.5
Hex 9F 60 97 0 28 5 26 134 19 32
Octal 237 140 227 0 50 5 46 464 31 62
Binary 10011111 1100000 10010111 0 101000 101 100110 100110100 11001 110010

Color Harmonies of #9F6097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6097

Black with #9F6097

Text Example


Text Example

White with #9F6097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,96,151); }

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

background-color css

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

 a { background-color: rgb(159,96,151); }

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

border-color css

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

 span { border-color: rgb(159,96,151); }

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