Html Css Color HEX #9D419D Violet Blue

📋 copy color: '#9D419D'

red 157 ◦ green 65 ◦ blue 157

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

Shades of Violet Blue #9D419D

Tints of Violet Blue #9D419D

RGB

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

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

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

R = 41.42%
G = 17.15%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9D419D (or 0x9D419D) is known color: Violet Blue. HEX triplet: 9D, 41 and 9D. RGB value is (157,65,157). Sum of RGB (Red+Green+Blue) = 157+65+157=379 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.42% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 157 - color contains mainly: red, blue. Hex color #9D419D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D419D is #62BE62. Grayscale: #666666. Windows color (decimal): -6471267 or 10305949. OLE color: 10305949.

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

Color convert

RGB 157 65 157 -
CMYK 0 0.59 0 0.38
HSL 300º 0.41% 0.44% -
HSV(B) 300º 0.59% 0.62% -
XYZ 21.88 13.38 33.33 -
YUV 103 158.48 166.52 -
System Red Green Blue C M Y K H S L
Decimal 157 65 157 0 0.59 0 0.38 300 0.41 0.44
Hex 9D 41 9D 0 3B 0 26 12C 29 2C
Octal 235 101 235 0 73 0 46 454 51 54
Binary 10011101 1000001 10011101 0 111011 0 100110 100101100 101001 101100

Color Harmonies of #9D419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D419D

Black with #9D419D

Text Example


Text Example

White with #9D419D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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