Html Css Color HEX #88368D Vivid Violet

📋 copy color: '#88368D'

red 136 ◦ green 54 ◦ blue 141

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

Shades of Vivid Violet #88368D

Tints of Vivid Violet #88368D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.31%

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

R = 41.09%
G = 16.31%
B = 42.6%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88368D (or 0x88368D) is known color: Vivid Violet. HEX triplet: 88, 36 and 8D. RGB value is (136,54,141). Sum of RGB (Red+Green+Blue) = 136+54+141=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 141 - color contains mainly: blue. Hex color #88368D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88368D is #77C972. Grayscale: #585858. Windows color (decimal): -7850355 or 9254536. OLE color: 9254536.

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

Color convert

RGB 136 54 141 -
CMYK 0.04 0.62 0 0.45
HSL 296.55º 0.45% 0.38% -
HSV(B) 296.55º 0.62% 0.55% -
XYZ 16.28 9.8 26.23 -
YUV 88.44 157.67 161.93 -
System Red Green Blue C M Y K H S L
Decimal 136 54 141 0.04 0.62 0 0.45 296.55 0.45 0.38
Hex 88 36 8D 4 3E 0 2D 129 2D 26
Octal 210 66 215 4 76 0 55 451 55 46
Binary 10001000 110110 10001101 100 111110 0 101101 100101001 101101 100110

Color Harmonies of #88368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88368D

Black with #88368D

Text Example


Text Example

White with #88368D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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