Html Css Color HEX #88428E Vivid Violet

📋 copy color: '#88428E'

red 136 ◦ green 66 ◦ blue 142

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

Shades of Vivid Violet #88428E

Tints of Vivid Violet #88428E

RGB

 RED value IS 136 (53.52% from 255) = 39.53%

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

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

R = 39.53%
G = 19.19%
B = 41.28%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#88428E (or 0x88428E) is known color: Vivid Violet. HEX triplet: 88, 42 and 8E. RGB value is (136,66,142). Sum of RGB (Red+Green+Blue) = 136+66+142=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 142 - color contains mainly: blue. Hex color #88428E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88428E is #77BD71. Grayscale: #5F5F5F. Windows color (decimal): -7847282 or 9323144. OLE color: 9323144.

HSL color Cylindrical-coordinate representation of color #88428E: hue angle of 295.26º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #88428E is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 136 66 142 -
CMYK 0.04 0.54 0 0.44
HSL 295.26º 0.37% 0.41% -
HSV(B) 295.26º 0.54% 0.56% -
XYZ 16.98 11.08 26.84 -
YUV 95.59 154.19 156.82 -
System Red Green Blue C M Y K H S L
Decimal 136 66 142 0.04 0.54 0 0.44 295.26 0.37 0.41
Hex 88 42 8E 4 36 0 2C 127 25 29
Octal 210 102 216 4 66 0 54 447 45 51
Binary 10001000 1000010 10001110 100 110110 0 101100 100100111 100101 101001

Color Harmonies of #88428E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88428E

Black with #88428E

Text Example


Text Example

White with #88428E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88428E; }

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

 H1.HeaderClassName
 {
   color: #88428E;
 }
 .AnyTagClassName
 {
   color: #88428E;
 }
</style>

background-color css

<style>
 a { background-color: #88428E; }

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

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

border-color css

<style>
 span { border-color: #88428E; }

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

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