Html Css Color HEX #88469B Vivid Violet

📋 copy color: '#88469B'

red 136 ◦ green 70 ◦ blue 155

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

Shades of Vivid Violet #88469B

Tints of Vivid Violet #88469B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.94%

R = 37.67%
G = 19.39%
B = 42.94%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#88469B (or 0x88469B) is known color: Vivid Violet. HEX triplet: 88, 46 and 9B. RGB value is (136,70,155). Sum of RGB (Red+Green+Blue) = 136+70+155=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 155 - color contains mainly: blue. Hex color #88469B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88469B is #77B964. Grayscale: #636363. Windows color (decimal): -7846245 or 10176136. OLE color: 10176136.

HSL color Cylindrical-coordinate representation of color #88469B: hue angle of 286.59º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #88469B is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 136 70 155 -
CMYK 0.12 0.55 0 0.39
HSL 286.59º 0.38% 0.44% -
HSV(B) 286.59º 0.55% 0.61% -
XYZ 18.26 11.98 32.36 -
YUV 99.42 159.37 154.09 -
System Red Green Blue C M Y K H S L
Decimal 136 70 155 0.12 0.55 0 0.39 286.59 0.38 0.44
Hex 88 46 9B C 37 0 27 11F 26 2C
Octal 210 106 233 14 67 0 47 437 46 54
Binary 10001000 1000110 10011011 1100 110111 0 100111 100011111 100110 101100

Color Harmonies of #88469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88469B

Black with #88469B

Text Example


Text Example

White with #88469B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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