#8D33AA

Color #8D33AA Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #8D33AA

Tints of Vivid Violet #8D33AA

Color information

#8D33AA (or 0x8D33AA) is unknown color: approx Vivid Violet. HEX triplet: 8D, 33 and AA. RGB value is (141,51,170). Sum of RGB (Red+Green+Blue) = 141+51+170=362 (47% of max value = 765). Red value is 141 (55.47% from 255 or 38.95% from 362); Green value is 51 (20.31% from 255 or 14.09% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D33AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D33AA is #72CC55. Grayscale: #5B5B5B. Windows color (decimal): -7523414 or 11154317. OLE color: 11154317.

HSL color Cylindrical-coordinate representation of color #8D33AA: hue angle of 285.38º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8D33AA is Cyan = 0.17, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14151170-
CMYK0.170.700.33
HSL285.38º53.85%43.33%-
HSV(B)285.38º70%66.67%-
XYZ19.4210.9339.12-
YUV91.48172.32163.32-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.95%
GREEN value IS 51 (20.31% from 255) = 14.09%
BLUE value IS 170 (66.80% from 255) = 46.96%
R=38.95%
G=14.09%
B=46.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141511700.170.700.33285.3853.8543.33
Hex8D33AA114602111d362b
Octal21563252211060414356653
Binary10001101110011101010101000110001100100001100011101110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D33AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D33AA; }

 p { color: rgb(141,51,170); }

 H1.HeaderClassName
 {
   color: #8D33AA;
 }
 .AnyTagClassName
 {
   color: #8D33AA;
 }
</style>
background-color css

<style>
 a { background-color: #8D33AA; }

 a { background-color: rgb(141,51,170); }

 div.DivClassName
 {
   background-color: #8D33AA;
 }
 .BgClassName
 {
   background-color: #8D33AA;
 }
</style>
border-color css

<style>
 span { border-color: #8D33AA; }

 span { border-color: rgb(141,51,170); }

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