Html Css Color HEX #88259F Vivid Violet

📋 copy color: '#88259F'

red 136 ◦ green 37 ◦ blue 159

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

Shades of Vivid Violet #88259F

Tints of Vivid Violet #88259F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.14%

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

R = 40.96%
G = 11.14%
B = 47.89%

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

#88259F (or 0x88259F) is known color: Vivid Violet. HEX triplet: 88, 25 and 9F. RGB value is (136,37,159). Sum of RGB (Red+Green+Blue) = 136+37+159=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 159 (62.5% from 255 or 47.89% from 332); Max value from RGB is 159 - color contains mainly: blue. Hex color #88259F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88259F is #77DA60. Grayscale: #505050. Windows color (decimal): -7854689 or 10429832. OLE color: 10429832.

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

Color convert

RGB 136 37 159 -
CMYK 0.14 0.77 0 0.38
HSL 288.69º 0.62% 0.38% -
HSV(B) 288.69º 0.77% 0.62% -
XYZ 17.07 9.06 33.65 -
YUV 80.51 172.3 167.58 -
System Red Green Blue C M Y K H S L
Decimal 136 37 159 0.14 0.77 0 0.38 288.69 0.62 0.38
Hex 88 25 9F E 4D 0 26 121 3E 26
Octal 210 45 237 16 115 0 46 441 76 46
Binary 10001000 100101 10011111 1110 1001101 0 100110 100100001 111110 100110

Color Harmonies of #88259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88259F

Black with #88259F

Text Example


Text Example

White with #88259F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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