Html Css Color HEX #883CAA Vivid Violet

📋 copy color: '#883CAA'

red 136 ◦ green 60 ◦ blue 170

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

Shades of Vivid Violet #883CAA

Tints of Vivid Violet #883CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.45%

R = 37.16%
G = 16.39%
B = 46.45%

CMYK

 C value IS 0.20

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#883CAA (or 0x883CAA) is known color: Vivid Violet. HEX triplet: 88, 3C and AA. RGB value is (136,60,170). Sum of RGB (Red+Green+Blue) = 136+60+170=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 60 (23.83% from 255 or 16.39% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #883CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883CAA is #77C355. Grayscale: #5E5E5E. Windows color (decimal): -7848790 or 11156616. OLE color: 11156616.

HSL color Cylindrical-coordinate representation of color #883CAA: hue angle of 281.45º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #883CAA is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 60 170 -
CMYK 0.20 0.65 0 0.33
HSL 281.45º 0.48% 0.45% -
HSV(B) 281.45º 0.65% 0.67% -
XYZ 19.02 11.37 39.22 -
YUV 95.26 170.18 157.06 -
System Red Green Blue C M Y K H S L
Decimal 136 60 170 0.20 0.65 0 0.33 281.45 0.48 0.45
Hex 88 3C AA 14 41 0 21 119 30 2D
Octal 210 74 252 24 101 0 41 431 60 55
Binary 10001000 111100 10101010 10100 1000001 0 100001 100011001 110000 101101

Color Harmonies of #883CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883CAA

Black with #883CAA

Text Example


Text Example

White with #883CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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