Html Css Color HEX #883293 Vivid Violet

📋 copy color: '#883293'

red 136 ◦ green 50 ◦ blue 147

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

Shades of Vivid Violet #883293

Tints of Vivid Violet #883293

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.02%

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

R = 40.84%
G = 15.02%
B = 44.14%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#883293 (or 0x883293) is known color: Vivid Violet. HEX triplet: 88, 32 and 93. RGB value is (136,50,147). Sum of RGB (Red+Green+Blue) = 136+50+147=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 147 - color contains mainly: blue. Hex color #883293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883293 is #77CD6C. Grayscale: #565656. Windows color (decimal): -7851373 or 9646728. OLE color: 9646728.

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

Color convert

RGB 136 50 147 -
CMYK 0.07 0.66 0 0.42
HSL 293.2º 0.49% 0.39% -
HSV(B) 293.2º 0.66% 0.58% -
XYZ 16.56 9.62 28.59 -
YUV 86.77 161.99 163.11 -
System Red Green Blue C M Y K H S L
Decimal 136 50 147 0.07 0.66 0 0.42 293.2 0.49 0.39
Hex 88 32 93 7 42 0 2A 125 31 27
Octal 210 62 223 7 102 0 52 445 61 47
Binary 10001000 110010 10010011 111 1000010 0 101010 100100101 110001 100111

Color Harmonies of #883293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883293

Black with #883293

Text Example


Text Example

White with #883293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883293; }

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

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

background-color css

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

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

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

border-color css

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

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

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