Html Css Color HEX #88298C Vivid Violet

📋 copy color: '#88298C'

red 136 ◦ green 41 ◦ blue 140

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

Shades of Vivid Violet #88298C

Tints of Vivid Violet #88298C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.93%

 BLUE value IS 140 (55.08% from 255) = 44.16%

R = 42.9%
G = 12.93%
B = 44.16%

CMYK

 C value IS 0.03

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88298C (or 0x88298C) is known color: Vivid Violet. HEX triplet: 88, 29 and 8C. RGB value is (136,41,140). Sum of RGB (Red+Green+Blue) = 136+41+140=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 140 - color contains mainly: blue. Hex color #88298C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88298C is #77D673. Grayscale: #505050. Windows color (decimal): -7853684 or 9185672. OLE color: 9185672.

HSL color Cylindrical-coordinate representation of color #88298C: hue angle of 297.58º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #88298C is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 136 41 140 -
CMYK 0.03 0.71 0 0.45
HSL 297.58º 0.55% 0.35% -
HSV(B) 297.58º 0.71% 0.55% -
XYZ 15.68 8.71 25.67 -
YUV 80.69 161.47 167.45 -
System Red Green Blue C M Y K H S L
Decimal 136 41 140 0.03 0.71 0 0.45 297.58 0.55 0.35
Hex 88 29 8C 3 47 0 2D 12A 37 23
Octal 210 51 214 3 107 0 55 452 67 43
Binary 10001000 101001 10001100 11 1000111 0 101101 100101010 110111 100011

Color Harmonies of #88298C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88298C

Black with #88298C

Text Example


Text Example

White with #88298C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88298C; }

 p { color: rgb(136,41,140); }

 H1.HeaderClassName
 {
   color: #88298C;
 }
 .AnyTagClassName
 {
   color: #88298C;
 }
</style>

background-color css

<style>
 a { background-color: #88298C; }

 a { background-color: rgb(136,41,140); }

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

border-color css

<style>
 span { border-color: #88298C; }

 span { border-color: rgb(136,41,140); }

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