Html Css Color HEX #9D6697 Violet Blue

📋 copy color: '#9D6697'

red 157 ◦ green 102 ◦ blue 151

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

Shades of Violet Blue #9D6697

Tints of Violet Blue #9D6697

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.88%

 BLUE value IS 151 (59.38% from 255) = 36.83%

R = 38.29%
G = 24.88%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9D6697 (or 0x9D6697) is known color: Violet Blue. HEX triplet: 9D, 66 and 97. RGB value is (157,102,151). Sum of RGB (Red+Green+Blue) = 157+102+151=410 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.29% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 151 (59.38% from 255 or 36.83% from 410); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6697 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6697 is #629968. Grayscale: #7B7B7B. Windows color (decimal): -6461801 or 9922205. OLE color: 9922205.

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

Color convert

RGB 157 102 151 -
CMYK 0 0.35 0.04 0.38
HSL 306.55º 0.22% 0.51% -
HSV(B) 306.55º 0.35% 0.62% -
XYZ 24.24 18.91 31.65 -
YUV 124.03 143.22 151.52 -
System Red Green Blue C M Y K H S L
Decimal 157 102 151 0 0.35 0.04 0.38 306.55 0.22 0.51
Hex 9D 66 97 0 23 4 26 133 16 33
Octal 235 146 227 0 43 4 46 463 26 63
Binary 10011101 1100110 10010111 0 100011 100 100110 100110011 10110 110011

Color Harmonies of #9D6697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6697

Black with #9D6697

Text Example


Text Example

White with #9D6697

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,102,151); }

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

background-color css

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

 a { background-color: rgb(157,102,151); }

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

border-color css

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

 span { border-color: rgb(157,102,151); }

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