Html Css Color HEX #88378B Vivid Violet

📋 copy color: '#88378B'

red 136 ◦ green 55 ◦ blue 139

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

Shades of Vivid Violet #88378B

Tints of Vivid Violet #88378B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.12%

R = 41.21%
G = 16.67%
B = 42.12%

CMYK

 C value IS 0.02

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88378B (or 0x88378B) is known color: Vivid Violet. HEX triplet: 88, 37 and 8B. RGB value is (136,55,139). Sum of RGB (Red+Green+Blue) = 136+55+139=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 139 - color contains mainly: blue. Hex color #88378B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88378B is #77C874. Grayscale: #585858. Windows color (decimal): -7850101 or 9123720. OLE color: 9123720.

HSL color Cylindrical-coordinate representation of color #88378B: hue angle of 297.86º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #88378B is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 136 55 139 -
CMYK 0.02 0.60 0 0.45
HSL 297.86º 0.43% 0.38% -
HSV(B) 297.86º 0.6% 0.55% -
XYZ 16.18 9.83 25.47 -
YUV 88.8 156.34 161.67 -
System Red Green Blue C M Y K H S L
Decimal 136 55 139 0.02 0.60 0 0.45 297.86 0.43 0.38
Hex 88 37 8B 2 3C 0 2D 12A 2B 26
Octal 210 67 213 2 74 0 55 452 53 46
Binary 10001000 110111 10001011 10 111100 0 101101 100101010 101011 100110

Color Harmonies of #88378B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88378B

Black with #88378B

Text Example


Text Example

White with #88378B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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