Html Css Color HEX #885095 Vivid Violet

📋 copy color: '#885095'

red 136 ◦ green 80 ◦ blue 149

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

Shades of Vivid Violet #885095

Tints of Vivid Violet #885095

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.92%

 BLUE value IS 149 (58.59% from 255) = 40.82%

R = 37.26%
G = 21.92%
B = 40.82%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#885095 (or 0x885095) is known color: Vivid Violet. HEX triplet: 88, 50 and 95. RGB value is (136,80,149). Sum of RGB (Red+Green+Blue) = 136+80+149=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 149 - color contains mainly: blue. Hex color #885095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885095 is #77AF6A. Grayscale: #686868. Windows color (decimal): -7843691 or 9785480. OLE color: 9785480.

HSL color Cylindrical-coordinate representation of color #885095: hue angle of 288.7º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #885095 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 80 149 -
CMYK 0.09 0.46 0 0.42
HSL 288.7º 0.3% 0.45% -
HSV(B) 288.7º 0.46% 0.58% -
XYZ 18.45 13.14 30 -
YUV 104.61 153.05 150.39 -
System Red Green Blue C M Y K H S L
Decimal 136 80 149 0.09 0.46 0 0.42 288.7 0.3 0.45
Hex 88 50 95 9 2E 0 2A 121 1E 2D
Octal 210 120 225 11 56 0 52 441 36 55
Binary 10001000 1010000 10010101 1001 101110 0 101010 100100001 11110 101101

Color Harmonies of #885095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885095

Black with #885095

Text Example


Text Example

White with #885095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885095; }

 p { color: rgb(136,80,149); }

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

background-color css

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

 a { background-color: rgb(136,80,149); }

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

border-color css

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

 span { border-color: rgb(136,80,149); }

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