Html Css Color HEX #9D508D Violet Blue

📋 copy color: '#9D508D'

red 157 ◦ green 80 ◦ blue 141

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

Shades of Violet Blue #9D508D

Tints of Violet Blue #9D508D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.3%

R = 41.53%
G = 21.16%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9D508D (or 0x9D508D) is known color: Violet Blue. HEX triplet: 9D, 50 and 8D. RGB value is (157,80,141). Sum of RGB (Red+Green+Blue) = 157+80+141=378 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.53% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 157 - color contains mainly: red. Hex color #9D508D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D508D is #62AF72. Grayscale: #6D6D6D. Windows color (decimal): -6467443 or 9261213. OLE color: 9261213.

HSL color Cylindrical-coordinate representation of color #9D508D: hue angle of 312.47º 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 #9D508D is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 80 141 -
CMYK 0 0.49 0.10 0.38
HSL 312.47º 0.32% 0.46% -
HSV(B) 312.47º 0.49% 0.62% -
XYZ 21.58 14.83 26.92 -
YUV 109.98 145.51 161.54 -
System Red Green Blue C M Y K H S L
Decimal 157 80 141 0 0.49 0.10 0.38 312.47 0.32 0.46
Hex 9D 50 8D 0 31 A 26 138 20 2E
Octal 235 120 215 0 61 12 46 470 40 56
Binary 10011101 1010000 10001101 0 110001 1010 100110 100111000 100000 101110

Color Harmonies of #9D508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D508D

Black with #9D508D

Text Example


Text Example

White with #9D508D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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