Html Css Color HEX #88248D Vivid Violet

📋 copy color: '#88248D'

red 136 ◦ green 36 ◦ blue 141

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

Shades of Vivid Violet #88248D

Tints of Vivid Violet #88248D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 45.05%

R = 43.45%
G = 11.5%
B = 45.05%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88248D (or 0x88248D) is known color: Vivid Violet. HEX triplet: 88, 24 and 8D. RGB value is (136,36,141). Sum of RGB (Red+Green+Blue) = 136+36+141=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 141 - color contains mainly: blue. Hex color #88248D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88248D is #77DB72. Grayscale: #4D4D4D. Windows color (decimal): -7854963 or 9249928. OLE color: 9249928.

HSL color Cylindrical-coordinate representation of color #88248D: hue angle of 297.14º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #88248D is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 136 36 141 -
CMYK 0.04 0.74 0 0.45
HSL 297.14º 0.59% 0.35% -
HSV(B) 297.14º 0.74% 0.55% -
XYZ 15.59 8.42 26 -
YUV 77.87 163.63 169.46 -
System Red Green Blue C M Y K H S L
Decimal 136 36 141 0.04 0.74 0 0.45 297.14 0.59 0.35
Hex 88 24 8D 4 4A 0 2D 129 3B 23
Octal 210 44 215 4 112 0 55 451 73 43
Binary 10001000 100100 10001101 100 1001010 0 101101 100101001 111011 100011

Color Harmonies of #88248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88248D

Black with #88248D

Text Example


Text Example

White with #88248D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88248D; }

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

 H1.HeaderClassName
 {
   color: #88248D;
 }
 .AnyTagClassName
 {
   color: #88248D;
 }
</style>

background-color css

<style>
 a { background-color: #88248D; }

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

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

border-color css

<style>
 span { border-color: #88248D; }

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

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