Html Css Color HEX #9D418D Violet Blue

📋 copy color: '#9D418D'

red 157 ◦ green 65 ◦ blue 141

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

Shades of Violet Blue #9D418D

Tints of Violet Blue #9D418D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.91%

 BLUE value IS 141 (55.47% from 255) = 38.84%

R = 43.25%
G = 17.91%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9D418D (or 0x9D418D) is known color: Violet Blue. HEX triplet: 9D, 41 and 8D. RGB value is (157,65,141). Sum of RGB (Red+Green+Blue) = 157+65+141=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 157 - color contains mainly: red. Hex color #9D418D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D418D is #62BE72. Grayscale: #646464. Windows color (decimal): -6471283 or 9257373. OLE color: 9257373.

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

Color convert

RGB 157 65 141 -
CMYK 0 0.59 0.10 0.38
HSL 310.43º 0.41% 0.44% -
HSV(B) 310.43º 0.59% 0.62% -
XYZ 20.6 12.87 26.6 -
YUV 101.17 150.48 167.82 -
System Red Green Blue C M Y K H S L
Decimal 157 65 141 0 0.59 0.10 0.38 310.43 0.41 0.44
Hex 9D 41 8D 0 3B A 26 136 29 2C
Octal 235 101 215 0 73 12 46 466 51 54
Binary 10011101 1000001 10001101 0 111011 1010 100110 100110110 101001 101100

Color Harmonies of #9D418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D418D

Black with #9D418D

Text Example


Text Example

White with #9D418D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,65,141); }

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

background-color css

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

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

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

border-color css

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

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

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