Html Css Color HEX #88249F Vivid Violet

📋 copy color: '#88249F'

red 136 ◦ green 36 ◦ blue 159

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

Shades of Vivid Violet #88249F

Tints of Vivid Violet #88249F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.88%

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

R = 41.09%
G = 10.88%
B = 48.04%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#88249F (or 0x88249F) is known color: Vivid Violet. HEX triplet: 88, 24 and 9F. RGB value is (136,36,159). Sum of RGB (Red+Green+Blue) = 136+36+159=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 159 - color contains mainly: blue. Hex color #88249F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88249F is #77DB60. Grayscale: #4F4F4F. Windows color (decimal): -7854945 or 10429576. OLE color: 10429576.

HSL color Cylindrical-coordinate representation of color #88249F: hue angle of 288.78º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #88249F is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 136 36 159 -
CMYK 0.14 0.77 0 0.38
HSL 288.78º 0.63% 0.38% -
HSV(B) 288.78º 0.77% 0.62% -
XYZ 17.04 9 33.64 -
YUV 79.92 172.63 168 -
System Red Green Blue C M Y K H S L
Decimal 136 36 159 0.14 0.77 0 0.38 288.78 0.63 0.38
Hex 88 24 9F E 4D 0 26 121 3F 26
Octal 210 44 237 16 115 0 46 441 77 46
Binary 10001000 100100 10011111 1110 1001101 0 100110 100100001 111111 100110

Color Harmonies of #88249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88249F

Black with #88249F

Text Example


Text Example

White with #88249F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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