Html Css Color HEX #9D558C Violet Blue

📋 copy color: '#9D558C'

red 157 ◦ green 85 ◦ blue 140

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

Shades of Violet Blue #9D558C

Tints of Violet Blue #9D558C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.65%

R = 41.1%
G = 22.25%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9D558C (or 0x9D558C) is known color: Violet Blue. HEX triplet: 9D, 55 and 8C. RGB value is (157,85,140). Sum of RGB (Red+Green+Blue) = 157+85+140=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 157 - color contains mainly: red. Hex color #9D558C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D558C is #62AA73. Grayscale: #707070. Windows color (decimal): -6466164 or 9196957. OLE color: 9196957.

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

Color convert

RGB 157 85 140 -
CMYK 0 0.46 0.11 0.38
HSL 314.17º 0.3% 0.47% -
HSV(B) 314.17º 0.46% 0.62% -
XYZ 21.89 15.56 26.66 -
YUV 112.8 143.35 159.53 -
System Red Green Blue C M Y K H S L
Decimal 157 85 140 0 0.46 0.11 0.38 314.17 0.3 0.47
Hex 9D 55 8C 0 2E B 26 13A 1E 2F
Octal 235 125 214 0 56 13 46 472 36 57
Binary 10011101 1010101 10001100 0 101110 1011 100110 100111010 11110 101111

Color Harmonies of #9D558C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D558C

Black with #9D558C

Text Example


Text Example

White with #9D558C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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