Html Css Color HEX #885096 Vivid Violet

📋 copy color: '#885096'

red 136 ◦ green 80 ◦ blue 150

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

Shades of Vivid Violet #885096

Tints of Vivid Violet #885096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 40.98%

R = 37.16%
G = 21.86%
B = 40.98%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#885096 (or 0x885096) is known color: Vivid Violet. HEX triplet: 88, 50 and 96. RGB value is (136,80,150). Sum of RGB (Red+Green+Blue) = 136+80+150=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 150 - color contains mainly: blue. Hex color #885096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885096 is #77AF69. Grayscale: #686868. Windows color (decimal): -7843690 or 9851016. OLE color: 9851016.

HSL color Cylindrical-coordinate representation of color #885096: hue angle of 288º degrees, saturation: 0.3, 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 #885096 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 136 80 150 -
CMYK 0.09 0.47 0 0.41
HSL 288º 0.3% 0.45% -
HSV(B) 288º 0.47% 0.59% -
XYZ 18.53 13.17 30.42 -
YUV 104.72 153.55 150.31 -
System Red Green Blue C M Y K H S L
Decimal 136 80 150 0.09 0.47 0 0.41 288 0.3 0.45
Hex 88 50 96 9 2F 0 29 120 1E 2D
Octal 210 120 226 11 57 0 51 440 36 55
Binary 10001000 1010000 10010110 1001 101111 0 101001 100100000 11110 101101

Color Harmonies of #885096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885096

Black with #885096

Text Example


Text Example

White with #885096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885096; }

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

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

background-color css

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

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

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

border-color css

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

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

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