Html Css Color HEX #9D5096 Violet Blue

📋 copy color: '#9D5096'

red 157 ◦ green 80 ◦ blue 150

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

Shades of Violet Blue #9D5096

Tints of Violet Blue #9D5096

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.67%

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

R = 40.57%
G = 20.67%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9D5096 (or 0x9D5096) is known color: Violet Blue. HEX triplet: 9D, 50 and 96. RGB value is (157,80,150). Sum of RGB (Red+Green+Blue) = 157+80+150=387 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.57% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5096 is #62AF69. Grayscale: #6E6E6E. Windows color (decimal): -6467434 or 9851037. OLE color: 9851037.

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

Color convert

RGB 157 80 150 -
CMYK 0 0.49 0.04 0.38
HSL 305.45º 0.32% 0.46% -
HSV(B) 305.45º 0.49% 0.62% -
XYZ 22.28 15.11 30.6 -
YUV 111 150.01 160.81 -
System Red Green Blue C M Y K H S L
Decimal 157 80 150 0 0.49 0.04 0.38 305.45 0.32 0.46
Hex 9D 50 96 0 31 4 26 131 20 2E
Octal 235 120 226 0 61 4 46 461 40 56
Binary 10011101 1010000 10010110 0 110001 100 100110 100110001 100000 101110

Color Harmonies of #9D5096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5096

Black with #9D5096

Text Example


Text Example

White with #9D5096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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