Html Css Color HEX #9D5598 Violet Blue

📋 copy color: '#9D5598'

red 157 ◦ green 85 ◦ blue 152

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

Shades of Violet Blue #9D5598

Tints of Violet Blue #9D5598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 38.58%

R = 39.85%
G = 21.57%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#9D5598 (or 0x9D5598) is known color: Violet Blue. HEX triplet: 9D, 55 and 98. RGB value is (157,85,152). Sum of RGB (Red+Green+Blue) = 157+85+152=394 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.85% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 152 (59.77% from 255 or 38.58% from 394); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5598 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5598 is #62AA67. Grayscale: #717171. Windows color (decimal): -6466152 or 9983389. OLE color: 9983389.

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

Color convert

RGB 157 85 152 -
CMYK 0 0.46 0.03 0.38
HSL 304.17º 0.3% 0.47% -
HSV(B) 304.17º 0.46% 0.62% -
XYZ 22.82 15.93 31.58 -
YUV 114.17 149.35 158.55 -
System Red Green Blue C M Y K H S L
Decimal 157 85 152 0 0.46 0.03 0.38 304.17 0.3 0.47
Hex 9D 55 98 0 2E 3 26 130 1E 2F
Octal 235 125 230 0 56 3 46 460 36 57
Binary 10011101 1010101 10011000 0 101110 11 100110 100110000 11110 101111

Color Harmonies of #9D5598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5598

Black with #9D5598

Text Example


Text Example

White with #9D5598

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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