Html Css Color HEX #9D6995 Violet Blue

📋 copy color: '#9D6995'

red 157 ◦ green 105 ◦ blue 149

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

Shades of Violet Blue #9D6995

Tints of Violet Blue #9D6995

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.55%

 BLUE value IS 149 (58.59% from 255) = 36.25%

R = 38.2%
G = 25.55%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.38

RGB Variations

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

Color information

#9D6995 (or 0x9D6995) is known color: Violet Blue. HEX triplet: 9D, 69 and 95. RGB value is (157,105,149). Sum of RGB (Red+Green+Blue) = 157+105+149=411 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.20% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6995 is #62966A. Grayscale: #7D7D7D. Windows color (decimal): -6461035 or 9791901. OLE color: 9791901.

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

Color convert

RGB 157 105 149 -
CMYK 0 0.33 0.05 0.38
HSL 309.23º 0.21% 0.51% -
HSV(B) 309.23º 0.33% 0.62% -
XYZ 24.38 19.44 30.9 -
YUV 125.56 141.23 150.42 -
System Red Green Blue C M Y K H S L
Decimal 157 105 149 0 0.33 0.05 0.38 309.23 0.21 0.51
Hex 9D 69 95 0 21 5 26 135 15 33
Octal 235 151 225 0 41 5 46 465 25 63
Binary 10011101 1101001 10010101 0 100001 101 100110 100110101 10101 110011

Color Harmonies of #9D6995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6995

Black with #9D6995

Text Example


Text Example

White with #9D6995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,105,149); }

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

background-color css

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

 a { background-color: rgb(157,105,149); }

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

border-color css

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

 span { border-color: rgb(157,105,149); }

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