Html Css Color HEX #88318E Vivid Violet

📋 copy color: '#88318E'

red 136 ◦ green 49 ◦ blue 142

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

Shades of Vivid Violet #88318E

Tints of Vivid Violet #88318E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.98%

 BLUE value IS 142 (55.86% from 255) = 43.43%

R = 41.59%
G = 14.98%
B = 43.43%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#88318E (or 0x88318E) is known color: Vivid Violet. HEX triplet: 88, 31 and 8E. RGB value is (136,49,142). Sum of RGB (Red+Green+Blue) = 136+49+142=327 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.59% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 142 - color contains mainly: blue. Hex color #88318E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88318E is #77CE71. Grayscale: #555555. Windows color (decimal): -7851634 or 9318792. OLE color: 9318792.

HSL color Cylindrical-coordinate representation of color #88318E: hue angle of 296.13º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #88318E is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 136 49 142 -
CMYK 0.04 0.65 0 0.44
HSL 296.13º 0.49% 0.37% -
HSV(B) 296.13º 0.65% 0.56% -
XYZ 16.13 9.38 26.55 -
YUV 85.62 159.82 163.94 -
System Red Green Blue C M Y K H S L
Decimal 136 49 142 0.04 0.65 0 0.44 296.13 0.49 0.37
Hex 88 31 8E 4 41 0 2C 128 31 25
Octal 210 61 216 4 101 0 54 450 61 45
Binary 10001000 110001 10001110 100 1000001 0 101100 100101000 110001 100101

Color Harmonies of #88318E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88318E

Black with #88318E

Text Example


Text Example

White with #88318E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88318E; }

 p { color: rgb(136,49,142); }

 H1.HeaderClassName
 {
   color: #88318E;
 }
 .AnyTagClassName
 {
   color: #88318E;
 }
</style>

background-color css

<style>
 a { background-color: #88318E; }

 a { background-color: rgb(136,49,142); }

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

border-color css

<style>
 span { border-color: #88318E; }

 span { border-color: rgb(136,49,142); }

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