Html Css Color HEX #9D519D Violet Blue

📋 copy color: '#9D519D'

red 157 ◦ green 81 ◦ blue 157

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

Shades of Violet Blue #9D519D

Tints of Violet Blue #9D519D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.51%

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

R = 39.75%
G = 20.51%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9D519D (or 0x9D519D) is known color: Violet Blue. HEX triplet: 9D, 51 and 9D. RGB value is (157,81,157). Sum of RGB (Red+Green+Blue) = 157+81+157=395 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.75% from 395); Green value is 81 (32.03% from 255 or 20.51% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 157 - color contains mainly: red, blue. Hex color #9D519D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D519D is #62AE62. Grayscale: #707070. Windows color (decimal): -6467171 or 10310045. OLE color: 10310045.

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

Color convert

RGB 157 81 157 -
CMYK 0 0.48 0 0.38
HSL 300º 0.32% 0.47% -
HSV(B) 300º 0.48% 0.62% -
XYZ 22.93 15.49 33.68 -
YUV 112.39 153.18 159.82 -
System Red Green Blue C M Y K H S L
Decimal 157 81 157 0 0.48 0 0.38 300 0.32 0.47
Hex 9D 51 9D 0 30 0 26 12C 20 2F
Octal 235 121 235 0 60 0 46 454 40 57
Binary 10011101 1010001 10011101 0 110000 0 100110 100101100 100000 101111

Color Harmonies of #9D519D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D519D

Black with #9D519D

Text Example


Text Example

White with #9D519D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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