Html Css Color HEX #9D6F99 Violet Blue

📋 copy color: '#9D6F99'

red 157 ◦ green 111 ◦ blue 153

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

Shades of Violet Blue #9D6F99

Tints of Violet Blue #9D6F99

RGB

 RED value IS 157 (61.72% from 255) = 37.29%

 GREEN value IS 111 (43.75% from 255) = 26.37%

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

R = 37.29%
G = 26.37%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#9D6F99 (or 0x9D6F99) is known color: Violet Blue. HEX triplet: 9D, 6F and 99. RGB value is (157,111,153). Sum of RGB (Red+Green+Blue) = 157+111+153=421 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.29% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6F99 is #629066. Grayscale: #818181. Windows color (decimal): -6459495 or 10055581. OLE color: 10055581.

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

Color convert

RGB 157 111 153 -
CMYK 0 0.29 0.03 0.38
HSL 305.22º 0.19% 0.53% -
HSV(B) 305.22º 0.29% 0.62% -
XYZ 25.34 20.84 32.82 -
YUV 129.54 141.24 147.58 -
System Red Green Blue C M Y K H S L
Decimal 157 111 153 0 0.29 0.03 0.38 305.22 0.19 0.53
Hex 9D 6F 99 0 1D 3 26 131 13 35
Octal 235 157 231 0 35 3 46 461 23 65
Binary 10011101 1101111 10011001 0 11101 11 100110 100110001 10011 110101

Color Harmonies of #9D6F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6F99

Black with #9D6F99

Text Example


Text Example

White with #9D6F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,111,153); }

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

background-color css

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

 a { background-color: rgb(157,111,153); }

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

border-color css

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

 span { border-color: rgb(157,111,153); }

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