Html Css Color HEX #88469D Vivid Violet

📋 copy color: '#88469D'

red 136 ◦ green 70 ◦ blue 157

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

Shades of Vivid Violet #88469D

Tints of Vivid Violet #88469D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.28%

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

R = 37.47%
G = 19.28%
B = 43.25%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#88469D (or 0x88469D) is known color: Vivid Violet. HEX triplet: 88, 46 and 9D. RGB value is (136,70,157). Sum of RGB (Red+Green+Blue) = 136+70+157=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 157 - color contains mainly: blue. Hex color #88469D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88469D is #77B962. Grayscale: #636363. Windows color (decimal): -7846243 or 10307208. OLE color: 10307208.

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

Color convert

RGB 136 70 157 -
CMYK 0.13 0.55 0 0.38
HSL 285.52º 0.38% 0.45% -
HSV(B) 285.52º 0.55% 0.62% -
XYZ 18.43 12.05 33.25 -
YUV 99.65 160.37 153.93 -
System Red Green Blue C M Y K H S L
Decimal 136 70 157 0.13 0.55 0 0.38 285.52 0.38 0.45
Hex 88 46 9D D 37 0 26 11E 26 2D
Octal 210 106 235 15 67 0 46 436 46 55
Binary 10001000 1000110 10011101 1101 110111 0 100110 100011110 100110 101101

Color Harmonies of #88469D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88469D

Black with #88469D

Text Example


Text Example

White with #88469D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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