Html Css Color HEX #9D4D8E Violet Blue

📋 copy color: '#9D4D8E'

red 157 ◦ green 77 ◦ blue 142

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

Shades of Violet Blue #9D4D8E

Tints of Violet Blue #9D4D8E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.48%

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

R = 41.76%
G = 20.48%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9D4D8E (or 0x9D4D8E) is known color: Violet Blue. HEX triplet: 9D, 4D and 8E. RGB value is (157,77,142). Sum of RGB (Red+Green+Blue) = 157+77+142=376 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.76% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D4D8E is #62B271. Grayscale: #6C6C6C. Windows color (decimal): -6468210 or 9325981. OLE color: 9325981.

HSL color Cylindrical-coordinate representation of color #9D4D8E: hue angle of 311.25º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9D4D8E is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 77 142 -
CMYK 0 0.51 0.10 0.38
HSL 311.25º 0.34% 0.46% -
HSV(B) 311.25º 0.51% 0.62% -
XYZ 21.44 14.43 27.25 -
YUV 108.33 147 162.71 -
System Red Green Blue C M Y K H S L
Decimal 157 77 142 0 0.51 0.10 0.38 311.25 0.34 0.46
Hex 9D 4D 8E 0 33 A 26 137 22 2E
Octal 235 115 216 0 63 12 46 467 42 56
Binary 10011101 1001101 10001110 0 110011 1010 100110 100110111 100010 101110

Color Harmonies of #9D4D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4D8E

Black with #9D4D8E

Text Example


Text Example

White with #9D4D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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