Html Css Color HEX #88429F Vivid Violet

📋 copy color: '#88429F'

red 136 ◦ green 66 ◦ blue 159

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

Shades of Vivid Violet #88429F

Tints of Vivid Violet #88429F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.04%

R = 37.67%
G = 18.28%
B = 44.04%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#88429F (or 0x88429F) is known color: Vivid Violet. HEX triplet: 88, 42 and 9F. RGB value is (136,66,159). Sum of RGB (Red+Green+Blue) = 136+66+159=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 159 - color contains mainly: blue. Hex color #88429F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88429F is #77BD60. Grayscale: #616161. Windows color (decimal): -7847265 or 10437256. OLE color: 10437256.

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

Color convert

RGB 136 66 159 -
CMYK 0.14 0.58 0 0.38
HSL 285.16º 0.41% 0.44% -
HSV(B) 285.16º 0.58% 0.62% -
XYZ 18.36 11.63 34.08 -
YUV 97.53 162.69 155.44 -
System Red Green Blue C M Y K H S L
Decimal 136 66 159 0.14 0.58 0 0.38 285.16 0.41 0.44
Hex 88 42 9F E 3A 0 26 11D 29 2C
Octal 210 102 237 16 72 0 46 435 51 54
Binary 10001000 1000010 10011111 1110 111010 0 100110 100011101 101001 101100

Color Harmonies of #88429F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88429F

Black with #88429F

Text Example


Text Example

White with #88429F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88429F; }

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

 H1.HeaderClassName
 {
   color: #88429F;
 }
 .AnyTagClassName
 {
   color: #88429F;
 }
</style>

background-color css

<style>
 a { background-color: #88429F; }

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

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

border-color css

<style>
 span { border-color: #88429F; }

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

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