Html Css Color HEX #9D6F96 Violet Blue

📋 copy color: '#9D6F96'

red 157 ◦ green 111 ◦ blue 150

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

Shades of Violet Blue #9D6F96

Tints of Violet Blue #9D6F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.89%

R = 37.56%
G = 26.56%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9D6F96 (or 0x9D6F96) is known color: Violet Blue. HEX triplet: 9D, 6F and 96. RGB value is (157,111,150). Sum of RGB (Red+Green+Blue) = 157+111+150=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6F96 is #629069. Grayscale: #818181. Windows color (decimal): -6459498 or 9858973. OLE color: 9858973.

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

Color convert

RGB 157 111 150 -
CMYK 0 0.29 0.04 0.38
HSL 309.13º 0.19% 0.53% -
HSV(B) 309.13º 0.29% 0.62% -
XYZ 25.09 20.74 31.53 -
YUV 129.2 139.74 147.83 -
System Red Green Blue C M Y K H S L
Decimal 157 111 150 0 0.29 0.04 0.38 309.13 0.19 0.53
Hex 9D 6F 96 0 1D 4 26 135 13 35
Octal 235 157 226 0 35 4 46 465 23 65
Binary 10011101 1101111 10010110 0 11101 100 100110 100110101 10011 110101

Color Harmonies of #9D6F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6F96

Black with #9D6F96

Text Example


Text Example

White with #9D6F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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