Html Css Color HEX #88338D Vivid Violet

📋 copy color: '#88338D'

red 136 ◦ green 51 ◦ blue 141

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

Shades of Vivid Violet #88338D

Tints of Vivid Violet #88338D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.55%

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

R = 41.46%
G = 15.55%
B = 42.99%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88338D (or 0x88338D) is known color: Vivid Violet. HEX triplet: 88, 33 and 8D. RGB value is (136,51,141). Sum of RGB (Red+Green+Blue) = 136+51+141=328 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.46% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 141 - color contains mainly: blue. Hex color #88338D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88338D is #77CC72. Grayscale: #565656. Windows color (decimal): -7851123 or 9253768. OLE color: 9253768.

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

Color convert

RGB 136 51 141 -
CMYK 0.04 0.64 0 0.45
HSL 296.67º 0.47% 0.38% -
HSV(B) 296.67º 0.64% 0.55% -
XYZ 16.14 9.52 26.19 -
YUV 86.68 158.66 163.18 -
System Red Green Blue C M Y K H S L
Decimal 136 51 141 0.04 0.64 0 0.45 296.67 0.47 0.38
Hex 88 33 8D 4 40 0 2D 129 2F 26
Octal 210 63 215 4 100 0 55 451 57 46
Binary 10001000 110011 10001101 100 1000000 0 101101 100101001 101111 100110

Color Harmonies of #88338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88338D

Black with #88338D

Text Example


Text Example

White with #88338D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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