Html Css Color HEX #9D428D Violet Blue

📋 copy color: '#9D428D'

red 157 ◦ green 66 ◦ blue 141

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

Shades of Violet Blue #9D428D

Tints of Violet Blue #9D428D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.13%

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

R = 43.13%
G = 18.13%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9D428D (or 0x9D428D) is known color: Violet Blue. HEX triplet: 9D, 42 and 8D. RGB value is (157,66,141). Sum of RGB (Red+Green+Blue) = 157+66+141=364 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.13% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 157 - color contains mainly: red. Hex color #9D428D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D428D is #62BD72. Grayscale: #656565. Windows color (decimal): -6471027 or 9257629. OLE color: 9257629.

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

Color convert

RGB 157 66 141 -
CMYK 0 0.58 0.10 0.38
HSL 310.55º 0.41% 0.44% -
HSV(B) 310.55º 0.58% 0.62% -
XYZ 20.66 12.99 26.62 -
YUV 101.76 150.15 167.4 -
System Red Green Blue C M Y K H S L
Decimal 157 66 141 0 0.58 0.10 0.38 310.55 0.41 0.44
Hex 9D 42 8D 0 3A A 26 137 29 2C
Octal 235 102 215 0 72 12 46 467 51 54
Binary 10011101 1000010 10001101 0 111010 1010 100110 100110111 101001 101100

Color Harmonies of #9D428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D428D

Black with #9D428D

Text Example


Text Example

White with #9D428D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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