Html Css Color HEX #882FAA Vivid Violet

📋 copy color: '#882FAA'

red 136 ◦ green 47 ◦ blue 170

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

Shades of Vivid Violet #882FAA

Tints of Vivid Violet #882FAA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.31%

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

R = 38.53%
G = 13.31%
B = 48.16%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#882FAA (or 0x882FAA) is known color: Vivid Violet. HEX triplet: 88, 2F and AA. RGB value is (136,47,170). Sum of RGB (Red+Green+Blue) = 136+47+170=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 47 (18.75% from 255 or 13.31% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #882FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882FAA is #77D055. Grayscale: #575757. Windows color (decimal): -7852118 or 11153288. OLE color: 11153288.

HSL color Cylindrical-coordinate representation of color #882FAA: hue angle of 283.41º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #882FAA is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 47 170 -
CMYK 0.20 0.72 0 0.33
HSL 283.41º 0.57% 0.43% -
HSV(B) 283.41º 0.72% 0.67% -
XYZ 18.43 10.17 39.02 -
YUV 87.63 174.49 162.5 -
System Red Green Blue C M Y K H S L
Decimal 136 47 170 0.20 0.72 0 0.33 283.41 0.57 0.43
Hex 88 2F AA 14 48 0 21 11B 39 2B
Octal 210 57 252 24 110 0 41 433 71 53
Binary 10001000 101111 10101010 10100 1001000 0 100001 100011011 111001 101011

Color Harmonies of #882FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882FAA

Black with #882FAA

Text Example


Text Example

White with #882FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882FAA; }

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

 H1.HeaderClassName
 {
   color: #882FAA;
 }
 .AnyTagClassName
 {
   color: #882FAA;
 }
</style>

background-color css

<style>
 a { background-color: #882FAA; }

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

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

border-color css

<style>
 span { border-color: #882FAA; }

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

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