Html Css Color HEX #882990 Vivid Violet

📋 copy color: '#882990'

red 136 ◦ green 41 ◦ blue 144

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

Shades of Vivid Violet #882990

Tints of Vivid Violet #882990

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.77%

 BLUE value IS 144 (56.64% from 255) = 44.86%

R = 42.37%
G = 12.77%
B = 44.86%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#882990 (or 0x882990) is known color: Vivid Violet. HEX triplet: 88, 29 and 90. RGB value is (136,41,144). Sum of RGB (Red+Green+Blue) = 136+41+144=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: blue. Hex color #882990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882990 is #77D66F. Grayscale: #505050. Windows color (decimal): -7853680 or 9447816. OLE color: 9447816.

HSL color Cylindrical-coordinate representation of color #882990: hue angle of 295.34º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #882990 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 136 41 144 -
CMYK 0.06 0.72 0 0.44
HSL 295.34º 0.56% 0.36% -
HSV(B) 295.34º 0.72% 0.56% -
XYZ 15.98 8.83 27.25 -
YUV 81.15 163.47 167.12 -
System Red Green Blue C M Y K H S L
Decimal 136 41 144 0.06 0.72 0 0.44 295.34 0.56 0.36
Hex 88 29 90 6 48 0 2C 127 38 24
Octal 210 51 220 6 110 0 54 447 70 44
Binary 10001000 101001 10010000 110 1001000 0 101100 100100111 111000 100100

Color Harmonies of #882990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882990

Black with #882990

Text Example


Text Example

White with #882990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882990; }

 p { color: rgb(136,41,144); }

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

background-color css

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

 a { background-color: rgb(136,41,144); }

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

border-color css

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

 span { border-color: rgb(136,41,144); }

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