Html Css Color HEX #9D558D Violet Blue

📋 copy color: '#9D558D'

red 157 ◦ green 85 ◦ blue 141

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

Shades of Violet Blue #9D558D

Tints of Violet Blue #9D558D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.19%

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

R = 40.99%
G = 22.19%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9D558D (or 0x9D558D) is known color: Violet Blue. HEX triplet: 9D, 55 and 8D. RGB value is (157,85,141). Sum of RGB (Red+Green+Blue) = 157+85+141=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 157 - color contains mainly: red. Hex color #9D558D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D558D is #62AA72. Grayscale: #707070. Windows color (decimal): -6466163 or 9262493. OLE color: 9262493.

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

Color convert

RGB 157 85 141 -
CMYK 0 0.46 0.10 0.38
HSL 313.33º 0.3% 0.47% -
HSV(B) 313.33º 0.46% 0.62% -
XYZ 21.96 15.59 27.05 -
YUV 112.91 143.85 159.45 -
System Red Green Blue C M Y K H S L
Decimal 157 85 141 0 0.46 0.10 0.38 313.33 0.3 0.47
Hex 9D 55 8D 0 2E A 26 139 1E 2F
Octal 235 125 215 0 56 12 46 471 36 57
Binary 10011101 1010101 10001101 0 101110 1010 100110 100111001 11110 101111

Color Harmonies of #9D558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D558D

Black with #9D558D

Text Example


Text Example

White with #9D558D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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