Html Css Color HEX #883D8E Vivid Violet

📋 copy color: '#883D8E'

red 136 ◦ green 61 ◦ blue 142

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

Shades of Vivid Violet #883D8E

Tints of Vivid Violet #883D8E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.99%

 BLUE value IS 142 (55.86% from 255) = 41.89%

R = 40.12%
G = 17.99%
B = 41.89%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#883D8E (or 0x883D8E) is known color: Vivid Violet. HEX triplet: 88, 3D and 8E. RGB value is (136,61,142). Sum of RGB (Red+Green+Blue) = 136+61+142=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 142 (55.86% from 255 or 41.89% from 339); Max value from RGB is 142 - color contains mainly: blue. Hex color #883D8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883D8E is #77C271. Grayscale: #5C5C5C. Windows color (decimal): -7848562 or 9321864. OLE color: 9321864.

HSL color Cylindrical-coordinate representation of color #883D8E: hue angle of 295.56º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #883D8E is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 136 61 142 -
CMYK 0.04 0.57 0 0.44
HSL 295.56º 0.4% 0.4% -
HSV(B) 295.56º 0.57% 0.56% -
XYZ 16.7 10.52 26.74 -
YUV 92.66 155.85 158.91 -
System Red Green Blue C M Y K H S L
Decimal 136 61 142 0.04 0.57 0 0.44 295.56 0.4 0.4
Hex 88 3D 8E 4 39 0 2C 128 28 28
Octal 210 75 216 4 71 0 54 450 50 50
Binary 10001000 111101 10001110 100 111001 0 101100 100101000 101000 101000

Color Harmonies of #883D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883D8E

Black with #883D8E

Text Example


Text Example

White with #883D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883D8E; }

 p { color: rgb(136,61,142); }

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

background-color css

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

 a { background-color: rgb(136,61,142); }

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

border-color css

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

 span { border-color: rgb(136,61,142); }

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