Html Css Color HEX #88378C Vivid Violet

📋 copy color: '#88378C'

red 136 ◦ green 55 ◦ blue 140

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

Shades of Vivid Violet #88378C

Tints of Vivid Violet #88378C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.62%

 BLUE value IS 140 (55.08% from 255) = 42.3%

R = 41.09%
G = 16.62%
B = 42.3%

CMYK

 C value IS 0.03

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88378C (or 0x88378C) is known color: Vivid Violet. HEX triplet: 88, 37 and 8C. RGB value is (136,55,140). Sum of RGB (Red+Green+Blue) = 136+55+140=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 140 - color contains mainly: blue. Hex color #88378C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88378C is #77C873. Grayscale: #585858. Windows color (decimal): -7850100 or 9189256. OLE color: 9189256.

HSL color Cylindrical-coordinate representation of color #88378C: hue angle of 297.18º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #88378C is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 136 55 140 -
CMYK 0.03 0.61 0 0.45
HSL 297.18º 0.44% 0.38% -
HSV(B) 297.18º 0.61% 0.55% -
XYZ 16.25 9.86 25.86 -
YUV 88.91 156.84 161.59 -
System Red Green Blue C M Y K H S L
Decimal 136 55 140 0.03 0.61 0 0.45 297.18 0.44 0.38
Hex 88 37 8C 3 3D 0 2D 129 2C 26
Octal 210 67 214 3 75 0 55 451 54 46
Binary 10001000 110111 10001100 11 111101 0 101101 100101001 101100 100110

Color Harmonies of #88378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88378C

Black with #88378C

Text Example


Text Example

White with #88378C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,55,140); }

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

background-color css

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

 a { background-color: rgb(136,55,140); }

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

border-color css

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

 span { border-color: rgb(136,55,140); }

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