Html Css Color HEX #883DAA Vivid Violet

📋 copy color: '#883DAA'

red 136 ◦ green 61 ◦ blue 170

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

Shades of Vivid Violet #883DAA

Tints of Vivid Violet #883DAA

RGB

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

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

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

R = 37.06%
G = 16.62%
B = 46.32%

CMYK

 C value IS 0.20

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#883DAA (or 0x883DAA) is known color: Vivid Violet. HEX triplet: 88, 3D and AA. RGB value is (136,61,170). Sum of RGB (Red+Green+Blue) = 136+61+170=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 61 (24.22% from 255 or 16.62% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #883DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883DAA is #77C255. Grayscale: #5F5F5F. Windows color (decimal): -7848534 or 11156872. OLE color: 11156872.

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

Color convert

RGB 136 61 170 -
CMYK 0.20 0.64 0 0.33
HSL 281.28º 0.47% 0.45% -
HSV(B) 281.28º 0.64% 0.67% -
XYZ 19.08 11.47 39.24 -
YUV 95.85 169.85 156.64 -
System Red Green Blue C M Y K H S L
Decimal 136 61 170 0.20 0.64 0 0.33 281.28 0.47 0.45
Hex 88 3D AA 14 40 0 21 119 2F 2D
Octal 210 75 252 24 100 0 41 431 57 55
Binary 10001000 111101 10101010 10100 1000000 0 100001 100011001 101111 101101

Color Harmonies of #883DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883DAA

Black with #883DAA

Text Example


Text Example

White with #883DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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