Html Css Color HEX #88428D Vivid Violet

📋 copy color: '#88428D'

red 136 ◦ green 66 ◦ blue 141

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

Shades of Vivid Violet #88428D

Tints of Vivid Violet #88428D

RGB

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

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

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

R = 39.65%
G = 19.24%
B = 41.11%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88428D (or 0x88428D) is known color: Vivid Violet. HEX triplet: 88, 42 and 8D. RGB value is (136,66,141). Sum of RGB (Red+Green+Blue) = 136+66+141=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 141 - color contains mainly: blue. Hex color #88428D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88428D is #77BD72. Grayscale: #5F5F5F. Windows color (decimal): -7847283 or 9257608. OLE color: 9257608.

HSL color Cylindrical-coordinate representation of color #88428D: hue angle of 296º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #88428D is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 136 66 141 -
CMYK 0.04 0.53 0 0.45
HSL 296º 0.36% 0.41% -
HSV(B) 296º 0.53% 0.55% -
XYZ 16.91 11.05 26.44 -
YUV 95.48 153.69 156.9 -
System Red Green Blue C M Y K H S L
Decimal 136 66 141 0.04 0.53 0 0.45 296 0.36 0.41
Hex 88 42 8D 4 35 0 2D 128 24 29
Octal 210 102 215 4 65 0 55 450 44 51
Binary 10001000 1000010 10001101 100 110101 0 101101 100101000 100100 101001

Color Harmonies of #88428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88428D

Black with #88428D

Text Example


Text Example

White with #88428D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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