Html Css Color HEX #9D599D Violet Blue

📋 copy color: '#9D599D'

red 157 ◦ green 89 ◦ blue 157

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

Shades of Violet Blue #9D599D

Tints of Violet Blue #9D599D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.08%

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

R = 38.96%
G = 22.08%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9D599D (or 0x9D599D) is known color: Violet Blue. HEX triplet: 9D, 59 and 9D. RGB value is (157,89,157). Sum of RGB (Red+Green+Blue) = 157+89+157=403 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.96% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 157 - color contains mainly: red, blue. Hex color #9D599D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D599D is #62A662. Grayscale: #747474. Windows color (decimal): -6465123 or 10312093. OLE color: 10312093.

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

Color convert

RGB 157 89 157 -
CMYK 0 0.43 0 0.38
HSL 300º 0.28% 0.48% -
HSV(B) 300º 0.43% 0.62% -
XYZ 23.56 16.75 33.89 -
YUV 117.08 150.53 156.47 -
System Red Green Blue C M Y K H S L
Decimal 157 89 157 0 0.43 0 0.38 300 0.28 0.48
Hex 9D 59 9D 0 2B 0 26 12C 1C 30
Octal 235 131 235 0 53 0 46 454 34 60
Binary 10011101 1011001 10011101 0 101011 0 100110 100101100 11100 110000

Color Harmonies of #9D599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D599D

Black with #9D599D

Text Example


Text Example

White with #9D599D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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