Html Css Color HEX #9D709A Violet Blue

📋 copy color: '#9D709A'

red 157 ◦ green 112 ◦ blue 154

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

Shades of Violet Blue #9D709A

Tints of Violet Blue #9D709A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.48%

 BLUE value IS 154 (60.55% from 255) = 36.41%

R = 37.12%
G = 26.48%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#9D709A (or 0x9D709A) is known color: Violet Blue. HEX triplet: 9D, 70 and 9A. RGB value is (157,112,154). Sum of RGB (Red+Green+Blue) = 157+112+154=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 157 - color contains mainly: red. Hex color #9D709A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D709A is #628F65. Grayscale: #828282. Windows color (decimal): -6459238 or 10121373. OLE color: 10121373.

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

Color convert

RGB 157 112 154 -
CMYK 0 0.29 0.02 0.38
HSL 304º 0.19% 0.53% -
HSV(B) 304º 0.29% 0.62% -
XYZ 25.53 21.09 33.3 -
YUV 130.24 141.41 147.08 -
System Red Green Blue C M Y K H S L
Decimal 157 112 154 0 0.29 0.02 0.38 304 0.19 0.53
Hex 9D 70 9A 0 1D 2 26 130 13 35
Octal 235 160 232 0 35 2 46 460 23 65
Binary 10011101 1110000 10011010 0 11101 10 100110 100110000 10011 110101

Color Harmonies of #9D709A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D709A

Black with #9D709A

Text Example


Text Example

White with #9D709A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,112,154); }

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

background-color css

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

 a { background-color: rgb(157,112,154); }

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

border-color css

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

 span { border-color: rgb(157,112,154); }

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