Html Css Color HEX #883D82 Vivid Violet

📋 copy color: '#883D82'

red 136 ◦ green 61 ◦ blue 130

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

Shades of Vivid Violet #883D82

Tints of Vivid Violet #883D82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 39.76%

R = 41.59%
G = 18.65%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#883D82 (or 0x883D82) is known color: Vivid Violet. HEX triplet: 88, 3D and 82. RGB value is (136,61,130). Sum of RGB (Red+Green+Blue) = 136+61+130=327 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.59% from 327); Green value is 61 (24.22% from 255 or 18.65% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 136 - color contains mainly: red. Hex color #883D82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883D82 is #77C27D. Grayscale: #5B5B5B. Windows color (decimal): -7848574 or 8535432. OLE color: 8535432.

HSL color Cylindrical-coordinate representation of color #883D82: hue angle of 304.8º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #883D82 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 61 130 -
CMYK 0 0.55 0.04 0.47
HSL 304.8º 0.38% 0.39% -
HSV(B) 304.8º 0.55% 0.53% -
XYZ 15.85 10.18 22.25 -
YUV 91.29 149.85 159.89 -
System Red Green Blue C M Y K H S L
Decimal 136 61 130 0 0.55 0.04 0.47 304.8 0.38 0.39
Hex 88 3D 82 0 37 4 2F 131 26 27
Octal 210 75 202 0 67 4 57 461 46 47
Binary 10001000 111101 10000010 0 110111 100 101111 100110001 100110 100111

Color Harmonies of #883D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883D82

Black with #883D82

Text Example


Text Example

White with #883D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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