Html Css Color HEX #88249B Vivid Violet

📋 copy color: '#88249B'

red 136 ◦ green 36 ◦ blue 155

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

Shades of Vivid Violet #88249B

Tints of Vivid Violet #88249B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.4%

R = 41.59%
G = 11.01%
B = 47.4%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#88249B (or 0x88249B) is known color: Vivid Violet. HEX triplet: 88, 24 and 9B. RGB value is (136,36,155). Sum of RGB (Red+Green+Blue) = 136+36+155=327 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.59% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #88249B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88249B is #77DB64. Grayscale: #4F4F4F. Windows color (decimal): -7854949 or 10167432. OLE color: 10167432.

HSL color Cylindrical-coordinate representation of color #88249B: hue angle of 290.42º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #88249B is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 136 36 155 -
CMYK 0.12 0.77 0 0.39
HSL 290.42º 0.62% 0.37% -
HSV(B) 290.42º 0.77% 0.61% -
XYZ 16.7 8.86 31.84 -
YUV 79.47 170.63 168.32 -
System Red Green Blue C M Y K H S L
Decimal 136 36 155 0.12 0.77 0 0.39 290.42 0.62 0.37
Hex 88 24 9B C 4D 0 27 122 3E 25
Octal 210 44 233 14 115 0 47 442 76 45
Binary 10001000 100100 10011011 1100 1001101 0 100111 100100010 111110 100101

Color Harmonies of #88249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88249B

Black with #88249B

Text Example


Text Example

White with #88249B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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