Html Css Color HEX #9F6D99 Violet Blue

📋 copy color: '#9F6D99'

red 159 ◦ green 109 ◦ blue 153

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

Shades of Violet Blue #9F6D99

Tints of Violet Blue #9F6D99

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.89%

 BLUE value IS 153 (60.16% from 255) = 36.34%

R = 37.77%
G = 25.89%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9F6D99 (or 0x9F6D99) is known color: Violet Blue. HEX triplet: 9F, 6D and 99. RGB value is (159,109,153). Sum of RGB (Red+Green+Blue) = 159+109+153=421 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.77% from 421); Green value is 109 (42.97% from 255 or 25.89% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6D99 is #609266. Grayscale: #808080. Windows color (decimal): -6328935 or 10055071. OLE color: 10055071.

HSL color Cylindrical-coordinate representation of color #9F6D99: hue angle of 307.2º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9F6D99 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 109 153 -
CMYK 0 0.31 0.04 0.38
HSL 307.2º 0.21% 0.53% -
HSV(B) 307.2º 0.31% 0.62% -
XYZ 25.52 20.61 32.77 -
YUV 128.97 141.57 149.42 -
System Red Green Blue C M Y K H S L
Decimal 159 109 153 0 0.31 0.04 0.38 307.2 0.21 0.53
Hex 9F 6D 99 0 1F 4 26 133 15 35
Octal 237 155 231 0 37 4 46 463 25 65
Binary 10011111 1101101 10011001 0 11111 100 100110 100110011 10101 110101

Color Harmonies of #9F6D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6D99

Black with #9F6D99

Text Example


Text Example

White with #9F6D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,109,153); }

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

background-color css

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

 a { background-color: rgb(159,109,153); }

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

border-color css

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

 span { border-color: rgb(159,109,153); }

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