Html Css Color HEX #88348F Vivid Violet

📋 copy color: '#88348F'

red 136 ◦ green 52 ◦ blue 143

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

Shades of Vivid Violet #88348F

Tints of Vivid Violet #88348F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.71%

 BLUE value IS 143 (56.25% from 255) = 43.2%

R = 41.09%
G = 15.71%
B = 43.2%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#88348F (or 0x88348F) is known color: Vivid Violet. HEX triplet: 88, 34 and 8F. RGB value is (136,52,143). Sum of RGB (Red+Green+Blue) = 136+52+143=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 143 (56.25% from 255 or 43.20% from 331); Max value from RGB is 143 - color contains mainly: blue. Hex color #88348F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88348F is #77CB70. Grayscale: #575757. Windows color (decimal): -7850865 or 9385096. OLE color: 9385096.

HSL color Cylindrical-coordinate representation of color #88348F: hue angle of 295.38º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #88348F is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 136 52 143 -
CMYK 0.05 0.64 0 0.44
HSL 295.38º 0.47% 0.38% -
HSV(B) 295.38º 0.64% 0.56% -
XYZ 16.34 9.67 26.99 -
YUV 87.49 159.33 162.6 -
System Red Green Blue C M Y K H S L
Decimal 136 52 143 0.05 0.64 0 0.44 295.38 0.47 0.38
Hex 88 34 8F 5 40 0 2C 127 2F 26
Octal 210 64 217 5 100 0 54 447 57 46
Binary 10001000 110100 10001111 101 1000000 0 101100 100100111 101111 100110

Color Harmonies of #88348F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88348F

Black with #88348F

Text Example


Text Example

White with #88348F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88348F; }

 p { color: rgb(136,52,143); }

 H1.HeaderClassName
 {
   color: #88348F;
 }
 .AnyTagClassName
 {
   color: #88348F;
 }
</style>

background-color css

<style>
 a { background-color: #88348F; }

 a { background-color: rgb(136,52,143); }

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

border-color css

<style>
 span { border-color: #88348F; }

 span { border-color: rgb(136,52,143); }

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