Html Css Color HEX #883C8D Vivid Violet

📋 copy color: '#883C8D'

red 136 ◦ green 60 ◦ blue 141

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

Shades of Vivid Violet #883C8D

Tints of Vivid Violet #883C8D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.8%

 BLUE value IS 141 (55.47% from 255) = 41.84%

R = 40.36%
G = 17.8%
B = 41.84%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#883C8D (or 0x883C8D) is known color: Vivid Violet. HEX triplet: 88, 3C and 8D. RGB value is (136,60,141). Sum of RGB (Red+Green+Blue) = 136+60+141=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 141 - color contains mainly: blue. Hex color #883C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883C8D is #77C372. Grayscale: #5B5B5B. Windows color (decimal): -7848819 or 9256072. OLE color: 9256072.

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

Color convert

RGB 136 60 141 -
CMYK 0.04 0.57 0 0.45
HSL 296.3º 0.4% 0.39% -
HSV(B) 296.3º 0.57% 0.55% -
XYZ 16.58 10.39 26.33 -
YUV 91.96 155.68 159.41 -
System Red Green Blue C M Y K H S L
Decimal 136 60 141 0.04 0.57 0 0.45 296.3 0.4 0.39
Hex 88 3C 8D 4 39 0 2D 128 28 27
Octal 210 74 215 4 71 0 55 450 50 47
Binary 10001000 111100 10001101 100 111001 0 101101 100101000 101000 100111

Color Harmonies of #883C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883C8D

Black with #883C8D

Text Example


Text Example

White with #883C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,60,141); }

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

background-color css

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

 a { background-color: rgb(136,60,141); }

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

border-color css

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

 span { border-color: rgb(136,60,141); }

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