Html Css Color HEX #88388E Vivid Violet

📋 copy color: '#88388E'

red 136 ◦ green 56 ◦ blue 142

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

Shades of Vivid Violet #88388E

Tints of Vivid Violet #88388E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.77%

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

R = 40.72%
G = 16.77%
B = 42.51%

CMYK

 C value IS 0.04

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#88388E (or 0x88388E) is known color: Vivid Violet. HEX triplet: 88, 38 and 8E. RGB value is (136,56,142). Sum of RGB (Red+Green+Blue) = 136+56+142=334 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.72% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 142 - color contains mainly: blue. Hex color #88388E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88388E is #77C771. Grayscale: #595959. Windows color (decimal): -7849842 or 9320584. OLE color: 9320584.

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

Color convert

RGB 136 56 142 -
CMYK 0.04 0.61 0 0.44
HSL 295.81º 0.43% 0.39% -
HSV(B) 295.81º 0.61% 0.56% -
XYZ 16.45 10.02 26.66 -
YUV 89.72 157.5 161.01 -
System Red Green Blue C M Y K H S L
Decimal 136 56 142 0.04 0.61 0 0.44 295.81 0.43 0.39
Hex 88 38 8E 4 3D 0 2C 128 2B 27
Octal 210 70 216 4 75 0 54 450 53 47
Binary 10001000 111000 10001110 100 111101 0 101100 100101000 101011 100111

Color Harmonies of #88388E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88388E

Black with #88388E

Text Example


Text Example

White with #88388E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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