Html Css Color HEX #9D509D Violet Blue

📋 copy color: '#9D509D'

red 157 ◦ green 80 ◦ blue 157

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

Shades of Violet Blue #9D509D

Tints of Violet Blue #9D509D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.85%

R = 39.85%
G = 20.3%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9D509D (or 0x9D509D) is known color: Violet Blue. HEX triplet: 9D, 50 and 9D. RGB value is (157,80,157). Sum of RGB (Red+Green+Blue) = 157+80+157=394 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.85% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 157 - color contains mainly: red, blue. Hex color #9D509D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D509D is #62AF62. Grayscale: #6F6F6F. Windows color (decimal): -6467427 or 10309789. OLE color: 10309789.

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

Color convert

RGB 157 80 157 -
CMYK 0 0.49 0 0.38
HSL 300º 0.32% 0.46% -
HSV(B) 300º 0.49% 0.62% -
XYZ 22.86 15.34 33.65 -
YUV 111.8 153.51 160.24 -
System Red Green Blue C M Y K H S L
Decimal 157 80 157 0 0.49 0 0.38 300 0.32 0.46
Hex 9D 50 9D 0 31 0 26 12C 20 2E
Octal 235 120 235 0 61 0 46 454 40 56
Binary 10011101 1010000 10011101 0 110001 0 100110 100101100 100000 101110

Color Harmonies of #9D509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D509D

Black with #9D509D

Text Example


Text Example

White with #9D509D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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