Html Css Color HEX #9D558F Violet Blue

📋 copy color: '#9D558F'

red 157 ◦ green 85 ◦ blue 143

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

Shades of Violet Blue #9D558F

Tints of Violet Blue #9D558F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.14%

R = 40.78%
G = 22.08%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#9D558F (or 0x9D558F) is known color: Violet Blue. HEX triplet: 9D, 55 and 8F. RGB value is (157,85,143). Sum of RGB (Red+Green+Blue) = 157+85+143=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 157 - color contains mainly: red. Hex color #9D558F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D558F is #62AA70. Grayscale: #707070. Windows color (decimal): -6466161 or 9393565. OLE color: 9393565.

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

Color convert

RGB 157 85 143 -
CMYK 0 0.46 0.09 0.38
HSL 311.67º 0.3% 0.47% -
HSV(B) 311.67º 0.46% 0.62% -
XYZ 22.11 15.65 27.84 -
YUV 113.14 144.85 159.28 -
System Red Green Blue C M Y K H S L
Decimal 157 85 143 0 0.46 0.09 0.38 311.67 0.3 0.47
Hex 9D 55 8F 0 2E 9 26 138 1E 2F
Octal 235 125 217 0 56 11 46 470 36 57
Binary 10011101 1010101 10001111 0 101110 1001 100110 100111000 11110 101111

Color Harmonies of #9D558F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D558F

Black with #9D558F

Text Example


Text Example

White with #9D558F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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