Html Css Color HEX #885097 Vivid Violet

📋 copy color: '#885097'

red 136 ◦ green 80 ◦ blue 151

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

Shades of Vivid Violet #885097

Tints of Vivid Violet #885097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 41.14%

R = 37.06%
G = 21.8%
B = 41.14%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#885097 (or 0x885097) is known color: Vivid Violet. HEX triplet: 88, 50 and 97. RGB value is (136,80,151). Sum of RGB (Red+Green+Blue) = 136+80+151=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 151 (59.38% from 255 or 41.14% from 367); Max value from RGB is 151 - color contains mainly: blue. Hex color #885097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885097 is #77AF68. Grayscale: #686868. Windows color (decimal): -7843689 or 9916552. OLE color: 9916552.

HSL color Cylindrical-coordinate representation of color #885097: hue angle of 287.32º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #885097 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 136 80 151 -
CMYK 0.10 0.47 0 0.41
HSL 287.32º 0.31% 0.45% -
HSV(B) 287.32º 0.47% 0.59% -
XYZ 18.61 13.21 30.85 -
YUV 104.84 154.05 150.23 -
System Red Green Blue C M Y K H S L
Decimal 136 80 151 0.10 0.47 0 0.41 287.32 0.31 0.45
Hex 88 50 97 A 2F 0 29 11F 1F 2D
Octal 210 120 227 12 57 0 51 437 37 55
Binary 10001000 1010000 10010111 1010 101111 0 101001 100011111 11111 101101

Color Harmonies of #885097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885097

Black with #885097

Text Example


Text Example

White with #885097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885097; }

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

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

background-color css

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

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

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

border-color css

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

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

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