Html Css Color HEX #9D5E8E Violet Blue

📋 copy color: '#9D5E8E'

red 157 ◦ green 94 ◦ blue 142

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

Shades of Violet Blue #9D5E8E

Tints of Violet Blue #9D5E8E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.92%

 BLUE value IS 142 (55.86% from 255) = 36.13%

R = 39.95%
G = 23.92%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9D5E8E (or 0x9D5E8E) is known color: Violet Blue. HEX triplet: 9D, 5E and 8E. RGB value is (157,94,142). Sum of RGB (Red+Green+Blue) = 157+94+142=393 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.95% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5E8E is #62A171. Grayscale: #767676. Windows color (decimal): -6463858 or 9330333. OLE color: 9330333.

HSL color Cylindrical-coordinate representation of color #9D5E8E: hue angle of 314.29º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9D5E8E is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 94 142 -
CMYK 0 0.40 0.10 0.38
HSL 314.29º 0.25% 0.49% -
HSV(B) 314.29º 0.4% 0.62% -
XYZ 22.79 17.13 27.7 -
YUV 118.31 141.37 155.6 -
System Red Green Blue C M Y K H S L
Decimal 157 94 142 0 0.40 0.10 0.38 314.29 0.25 0.49
Hex 9D 5E 8E 0 28 A 26 13A 19 31
Octal 235 136 216 0 50 12 46 472 31 61
Binary 10011101 1011110 10001110 0 101000 1010 100110 100111010 11001 110001

Color Harmonies of #9D5E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5E8E

Black with #9D5E8E

Text Example


Text Example

White with #9D5E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,94,142); }

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

background-color css

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

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

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

border-color css

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

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

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