Html Css Color HEX #883191 Vivid Violet

📋 copy color: '#883191'

red 136 ◦ green 49 ◦ blue 145

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

Shades of Vivid Violet #883191

Tints of Vivid Violet #883191

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.85%

 BLUE value IS 145 (57.03% from 255) = 43.94%

R = 41.21%
G = 14.85%
B = 43.94%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#883191 (or 0x883191) is known color: Vivid Violet. HEX triplet: 88, 31 and 91. RGB value is (136,49,145). Sum of RGB (Red+Green+Blue) = 136+49+145=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 145 - color contains mainly: blue. Hex color #883191 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883191 is #77CE6E. Grayscale: #555555. Windows color (decimal): -7851631 or 9515400. OLE color: 9515400.

HSL color Cylindrical-coordinate representation of color #883191: hue angle of 294.38º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #883191 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 136 49 145 -
CMYK 0.06 0.66 0 0.43
HSL 294.38º 0.49% 0.38% -
HSV(B) 294.38º 0.66% 0.57% -
XYZ 16.36 9.48 27.75 -
YUV 85.96 161.32 163.69 -
System Red Green Blue C M Y K H S L
Decimal 136 49 145 0.06 0.66 0 0.43 294.38 0.49 0.38
Hex 88 31 91 6 42 0 2B 126 31 26
Octal 210 61 221 6 102 0 53 446 61 46
Binary 10001000 110001 10010001 110 1000010 0 101011 100100110 110001 100110

Color Harmonies of #883191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883191

Black with #883191

Text Example


Text Example

White with #883191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883191; }

 p { color: rgb(136,49,145); }

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

background-color css

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

 a { background-color: rgb(136,49,145); }

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

border-color css

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

 span { border-color: rgb(136,49,145); }

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