Html Css Color HEX #88309D Vivid Violet

📋 copy color: '#88309D'

red 136 ◦ green 48 ◦ blue 157

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

Shades of Vivid Violet #88309D

Tints of Vivid Violet #88309D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.08%

 BLUE value IS 157 (61.72% from 255) = 46.04%

R = 39.88%
G = 14.08%
B = 46.04%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#88309D (or 0x88309D) is known color: Vivid Violet. HEX triplet: 88, 30 and 9D. RGB value is (136,48,157). Sum of RGB (Red+Green+Blue) = 136+48+157=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 157 - color contains mainly: blue. Hex color #88309D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88309D is #77CF62. Grayscale: #565656. Windows color (decimal): -7851875 or 10301576. OLE color: 10301576.

HSL color Cylindrical-coordinate representation of color #88309D: hue angle of 288.44º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #88309D is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 136 48 157 -
CMYK 0.13 0.69 0 0.38
HSL 288.44º 0.53% 0.4% -
HSV(B) 288.44º 0.69% 0.62% -
XYZ 17.3 9.78 32.87 -
YUV 86.74 167.65 163.14 -
System Red Green Blue C M Y K H S L
Decimal 136 48 157 0.13 0.69 0 0.38 288.44 0.53 0.4
Hex 88 30 9D D 45 0 26 120 35 28
Octal 210 60 235 15 105 0 46 440 65 50
Binary 10001000 110000 10011101 1101 1000101 0 100110 100100000 110101 101000

Color Harmonies of #88309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88309D

Black with #88309D

Text Example


Text Example

White with #88309D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,48,157); }

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

background-color css

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

 a { background-color: rgb(136,48,157); }

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

border-color css

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

 span { border-color: rgb(136,48,157); }

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