Html Css Color HEX #88259C Vivid Violet

📋 copy color: '#88259C'

red 136 ◦ green 37 ◦ blue 156

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

Shades of Vivid Violet #88259C

Tints of Vivid Violet #88259C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 47.42%

R = 41.34%
G = 11.25%
B = 47.42%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#88259C (or 0x88259C) is known color: Vivid Violet. HEX triplet: 88, 25 and 9C. RGB value is (136,37,156). Sum of RGB (Red+Green+Blue) = 136+37+156=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #88259C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88259C is #77DA63. Grayscale: #4F4F4F. Windows color (decimal): -7854692 or 10233224. OLE color: 10233224.

HSL color Cylindrical-coordinate representation of color #88259C: hue angle of 289.92º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #88259C is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 136 37 156 -
CMYK 0.13 0.76 0 0.39
HSL 289.92º 0.62% 0.38% -
HSV(B) 289.92º 0.76% 0.61% -
XYZ 16.82 8.96 32.3 -
YUV 80.17 170.8 167.82 -
System Red Green Blue C M Y K H S L
Decimal 136 37 156 0.13 0.76 0 0.39 289.92 0.62 0.38
Hex 88 25 9C D 4C 0 27 122 3E 26
Octal 210 45 234 15 114 0 47 442 76 46
Binary 10001000 100101 10011100 1101 1001100 0 100111 100100010 111110 100110

Color Harmonies of #88259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88259C

Black with #88259C

Text Example


Text Example

White with #88259C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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