Html Css Color HEX #882295 Vivid Violet

📋 copy color: '#882295'

red 136 ◦ green 34 ◦ blue 149

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

Shades of Vivid Violet #882295

Tints of Vivid Violet #882295

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.66%

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

R = 42.63%
G = 10.66%
B = 46.71%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#882295 (or 0x882295) is known color: Vivid Violet. HEX triplet: 88, 22 and 95. RGB value is (136,34,149). Sum of RGB (Red+Green+Blue) = 136+34+149=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #882295 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882295 is #77DD6A. Grayscale: #4D4D4D. Windows color (decimal): -7855467 or 9773704. OLE color: 9773704.

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

Color convert

RGB 136 34 149 -
CMYK 0.09 0.77 0 0.42
HSL 293.22º 0.63% 0.36% -
HSV(B) 293.22º 0.77% 0.58% -
XYZ 16.15 8.55 29.23 -
YUV 77.61 168.29 169.65 -
System Red Green Blue C M Y K H S L
Decimal 136 34 149 0.09 0.77 0 0.42 293.22 0.63 0.36
Hex 88 22 95 9 4D 0 2A 125 3F 24
Octal 210 42 225 11 115 0 52 445 77 44
Binary 10001000 100010 10010101 1001 1001101 0 101010 100100101 111111 100100

Color Harmonies of #882295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882295

Black with #882295

Text Example


Text Example

White with #882295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882295; }

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

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

background-color css

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

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

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

border-color css

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

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

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