#8D30AA

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

Shades of Vivid Violet #8D30AA

Tints of Vivid Violet #8D30AA

Color information

#8D30AA (or 0x8D30AA) is unknown color: approx Vivid Violet. HEX triplet: 8D, 30 and AA. RGB value is (141,48,170). Sum of RGB (Red+Green+Blue) = 141+48+170=359 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.28% from 359); Green value is 48 (19.14% from 255 or 13.37% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D30AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D30AA is #72CF55. Grayscale: #595959. Windows color (decimal): -7524182 or 11153549. OLE color: 11153549.

HSL color Cylindrical-coordinate representation of color #8D30AA: hue angle of 285.74º degrees, saturation: 0.56, 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 #8D30AA is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14148170-
CMYK0.170.7200.33
HSL285.74º55.96%42.75%-
HSV(B)285.74º71.76%66.67%-
XYZ19.310.6839.07-
YUV89.71173.31164.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.28%
GREEN value IS 48 (19.14% from 255) = 13.37%
BLUE value IS 170 (66.80% from 255) = 47.35%
R=39.28%
G=13.37%
B=47.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141481700.170.7200.33285.7455.9642.75
Hex8D30AA114802111e382b
Octal21560252211100414367053
Binary10001101110000101010101000110010000100001100011110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D30AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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