Html Css Color HEX #883C8A Vivid Violet

📋 copy color: '#883C8A'

red 136 ◦ green 60 ◦ blue 138

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

Shades of Vivid Violet #883C8A

Tints of Vivid Violet #883C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.32%

R = 40.72%
G = 17.96%
B = 41.32%

CMYK

 C value IS 0.01

 M value IS 0.57

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#883C8A (or 0x883C8A) is known color: Vivid Violet. HEX triplet: 88, 3C and 8A. RGB value is (136,60,138). Sum of RGB (Red+Green+Blue) = 136+60+138=334 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.72% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 138 - color contains mainly: blue. Hex color #883C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883C8A is #77C375. Grayscale: #5B5B5B. Windows color (decimal): -7848822 or 9059464. OLE color: 9059464.

HSL color Cylindrical-coordinate representation of color #883C8A: hue angle of 298.46º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #883C8A is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 136 60 138 -
CMYK 0.01 0.57 0 0.46
HSL 298.46º 0.39% 0.39% -
HSV(B) 298.46º 0.57% 0.54% -
XYZ 16.36 10.3 25.17 -
YUV 91.62 154.18 159.66 -
System Red Green Blue C M Y K H S L
Decimal 136 60 138 0.01 0.57 0 0.46 298.46 0.39 0.39
Hex 88 3C 8A 1 39 0 2E 12A 27 27
Octal 210 74 212 1 71 0 56 452 47 47
Binary 10001000 111100 10001010 1 111001 0 101110 100101010 100111 100111

Color Harmonies of #883C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883C8A

Black with #883C8A

Text Example


Text Example

White with #883C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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