Html Css Color HEX #9E428E Violet Blue

📋 copy color: '#9E428E'

red 158 ◦ green 66 ◦ blue 142

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

Shades of Violet Blue #9E428E

Tints of Violet Blue #9E428E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.8%

R = 43.17%
G = 18.03%
B = 38.8%

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

#9E428E (or 0x9E428E) is known color: Violet Blue. HEX triplet: 9E, 42 and 8E. RGB value is (158,66,142). Sum of RGB (Red+Green+Blue) = 158+66+142=366 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.17% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 158 - color contains mainly: red. Hex color #9E428E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E428E is #61BD71. Grayscale: #656565. Windows color (decimal): -6405490 or 9323166. OLE color: 9323166.

HSL color Cylindrical-coordinate representation of color #9E428E: 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.58%. Process color model (Four color, CMYK) of #9E428E is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 66 142 -
CMYK 0 0.58 0.10 0.38
HSL 310.43º 0.41% 0.44% -
HSV(B) 310.43º 0.58% 0.62% -
XYZ 20.93 13.12 27.02 -
YUV 102.17 150.48 167.82 -
System Red Green Blue C M Y K H S L
Decimal 158 66 142 0 0.58 0.10 0.38 310.43 0.41 0.44
Hex 9E 42 8E 0 3A A 26 136 29 2C
Octal 236 102 216 0 72 12 46 466 51 54
Binary 10011110 1000010 10001110 0 111010 1010 100110 100110110 101001 101100

Color Harmonies of #9E428E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E428E

Black with #9E428E

Text Example


Text Example

White with #9E428E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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