Html Css Color HEX #9D679F Violet Blue

📋 copy color: '#9D679F'

red 157 ◦ green 103 ◦ blue 159

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

Shades of Violet Blue #9D679F

Tints of Violet Blue #9D679F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.58%

 BLUE value IS 159 (62.5% from 255) = 37.95%

R = 37.47%
G = 24.58%
B = 37.95%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9D679F (or 0x9D679F) is known color: Violet Blue. HEX triplet: 9D, 67 and 9F. RGB value is (157,103,159). Sum of RGB (Red+Green+Blue) = 157+103+159=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 159 - color contains mainly: blue. Hex color #9D679F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D679F is #629860. Grayscale: #7D7D7D. Windows color (decimal): -6461537 or 10446749. OLE color: 10446749.

HSL color Cylindrical-coordinate representation of color #9D679F: hue angle of 297.86º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9D679F is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 103 159 -
CMYK 0.01 0.35 0 0.38
HSL 297.86º 0.23% 0.51% -
HSV(B) 297.86º 0.35% 0.62% -
XYZ 25.01 19.37 35.22 -
YUV 125.53 146.89 150.45 -
System Red Green Blue C M Y K H S L
Decimal 157 103 159 0.01 0.35 0 0.38 297.86 0.23 0.51
Hex 9D 67 9F 1 23 0 26 12A 17 33
Octal 235 147 237 1 43 0 46 452 27 63
Binary 10011101 1100111 10011111 1 100011 0 100110 100101010 10111 110011

Color Harmonies of #9D679F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D679F

Black with #9D679F

Text Example


Text Example

White with #9D679F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,103,159); }

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

background-color css

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

 a { background-color: rgb(157,103,159); }

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

border-color css

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

 span { border-color: rgb(157,103,159); }

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