Html Css Color HEX #9D419F Violet Blue

📋 copy color: '#9D419F'

red 157 ◦ green 65 ◦ blue 159

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

Shades of Violet Blue #9D419F

Tints of Violet Blue #9D419F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.73%

R = 41.21%
G = 17.06%
B = 41.73%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9D419F (or 0x9D419F) is known color: Violet Blue. HEX triplet: 9D, 41 and 9F. RGB value is (157,65,159). Sum of RGB (Red+Green+Blue) = 157+65+159=381 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.21% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 159 - color contains mainly: blue. Hex color #9D419F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D419F is #62BE60. Grayscale: #666666. Windows color (decimal): -6471265 or 10437021. OLE color: 10437021.

HSL color Cylindrical-coordinate representation of color #9D419F: hue angle of 298.72º degrees, saturation: 0.42, 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 #9D419F is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 65 159 -
CMYK 0.01 0.59 0 0.38
HSL 298.72º 0.42% 0.44% -
HSV(B) 298.72º 0.59% 0.62% -
XYZ 22.05 13.45 34.24 -
YUV 103.22 159.48 166.36 -
System Red Green Blue C M Y K H S L
Decimal 157 65 159 0.01 0.59 0 0.38 298.72 0.42 0.44
Hex 9D 41 9F 1 3B 0 26 12B 2A 2C
Octal 235 101 237 1 73 0 46 453 52 54
Binary 10011101 1000001 10011111 1 111011 0 100110 100101011 101010 101100

Color Harmonies of #9D419F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D419F

Black with #9D419F

Text Example


Text Example

White with #9D419F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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