Html Css Color HEX #9E428D Violet Blue

📋 copy color: '#9E428D'

red 158 ◦ green 66 ◦ blue 141

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

Shades of Violet Blue #9E428D

Tints of Violet Blue #9E428D

RGB

 RED value IS 158 (62.11% from 255) = 43.29%

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

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

R = 43.29%
G = 18.08%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9E428D (or 0x9E428D) is known color: Violet Blue. HEX triplet: 9E, 42 and 8D. RGB value is (158,66,141). Sum of RGB (Red+Green+Blue) = 158+66+141=365 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.29% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 158 - color contains mainly: red. Hex color #9E428D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E428D is #61BD72. Grayscale: #656565. Windows color (decimal): -6405491 or 9257630. OLE color: 9257630.

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

Color convert

RGB 158 66 141 -
CMYK 0 0.58 0.11 0.38
HSL 311.09º 0.41% 0.44% -
HSV(B) 311.09º 0.58% 0.62% -
XYZ 20.86 13.09 26.63 -
YUV 102.06 149.98 167.9 -
System Red Green Blue C M Y K H S L
Decimal 158 66 141 0 0.58 0.11 0.38 311.09 0.41 0.44
Hex 9E 42 8D 0 3A B 26 137 29 2C
Octal 236 102 215 0 72 13 46 467 51 54
Binary 10011110 1000010 10001101 0 111010 1011 100110 100110111 101001 101100

Color Harmonies of #9E428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E428D

Black with #9E428D

Text Example


Text Example

White with #9E428D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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