Html Css Color HEX #9D6397 Violet Blue

📋 copy color: '#9D6397'

red 157 ◦ green 99 ◦ blue 151

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

Shades of Violet Blue #9D6397

Tints of Violet Blue #9D6397

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.32%

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

R = 38.57%
G = 24.32%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9D6397 (or 0x9D6397) is known color: Violet Blue. HEX triplet: 9D, 63 and 97. RGB value is (157,99,151). Sum of RGB (Red+Green+Blue) = 157+99+151=407 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.57% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6397 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6397 is #629C68. Grayscale: #7A7A7A. Windows color (decimal): -6462569 or 9921437. OLE color: 9921437.

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

Color convert

RGB 157 99 151 -
CMYK 0 0.37 0.04 0.38
HSL 306.21º 0.23% 0.5% -
HSV(B) 306.21º 0.37% 0.62% -
XYZ 23.95 18.33 31.55 -
YUV 122.27 144.22 152.77 -
System Red Green Blue C M Y K H S L
Decimal 157 99 151 0 0.37 0.04 0.38 306.21 0.23 0.5
Hex 9D 63 97 0 25 4 26 132 17 32
Octal 235 143 227 0 45 4 46 462 27 62
Binary 10011101 1100011 10010111 0 100101 100 100110 100110010 10111 110010

Color Harmonies of #9D6397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6397

Black with #9D6397

Text Example


Text Example

White with #9D6397

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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