Html Css Color HEX #883193 Vivid Violet

📋 copy color: '#883193'

red 136 ◦ green 49 ◦ blue 147

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

Shades of Vivid Violet #883193

Tints of Vivid Violet #883193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.28%

R = 40.96%
G = 14.76%
B = 44.28%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#883193 (or 0x883193) is known color: Vivid Violet. HEX triplet: 88, 31 and 93. RGB value is (136,49,147). Sum of RGB (Red+Green+Blue) = 136+49+147=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 147 - color contains mainly: blue. Hex color #883193 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883193 is #77CE6C. Grayscale: #555555. Windows color (decimal): -7851629 or 9646472. OLE color: 9646472.

HSL color Cylindrical-coordinate representation of color #883193: hue angle of 293.27º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #883193 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 49 147 -
CMYK 0.07 0.67 0 0.42
HSL 293.27º 0.5% 0.38% -
HSV(B) 293.27º 0.67% 0.58% -
XYZ 16.52 9.54 28.57 -
YUV 86.19 162.32 163.53 -
System Red Green Blue C M Y K H S L
Decimal 136 49 147 0.07 0.67 0 0.42 293.27 0.5 0.38
Hex 88 31 93 7 43 0 2A 125 32 26
Octal 210 61 223 7 103 0 52 445 62 46
Binary 10001000 110001 10010011 111 1000011 0 101010 100100101 110010 100110

Color Harmonies of #883193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883193

Black with #883193

Text Example


Text Example

White with #883193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883193; }

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

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

background-color css

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

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

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

border-color css

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

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

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