Html Css Color HEX #9D6596 Violet Blue

📋 copy color: '#9D6596'

red 157 ◦ green 101 ◦ blue 150

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

Shades of Violet Blue #9D6596

Tints of Violet Blue #9D6596

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.75%

 BLUE value IS 150 (58.98% from 255) = 36.76%

R = 38.48%
G = 24.75%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9D6596 (or 0x9D6596) is known color: Violet Blue. HEX triplet: 9D, 65 and 96. RGB value is (157,101,150). Sum of RGB (Red+Green+Blue) = 157+101+150=408 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.48% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6596 is #629A69. Grayscale: #7B7B7B. Windows color (decimal): -6462058 or 9856413. OLE color: 9856413.

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

Color convert

RGB 157 101 150 -
CMYK 0 0.36 0.04 0.38
HSL 307.5º 0.22% 0.51% -
HSV(B) 307.5º 0.36% 0.62% -
XYZ 24.06 18.68 31.19 -
YUV 123.33 143.05 152.02 -
System Red Green Blue C M Y K H S L
Decimal 157 101 150 0 0.36 0.04 0.38 307.5 0.22 0.51
Hex 9D 65 96 0 24 4 26 134 16 33
Octal 235 145 226 0 44 4 46 464 26 63
Binary 10011101 1100101 10010110 0 100100 100 100110 100110100 10110 110011

Color Harmonies of #9D6596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6596

Black with #9D6596

Text Example


Text Example

White with #9D6596

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,101,150); }

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

background-color css

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

 a { background-color: rgb(157,101,150); }

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

border-color css

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

 span { border-color: rgb(157,101,150); }

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