Html Css Color HEX #8D30AC Vivid Violet

📋 copy color: '#8D30AC'

red 141 ◦ green 48 ◦ blue 172

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

Shades of Vivid Violet #8D30AC

Tints of Vivid Violet #8D30AC

RGB

 RED value IS 141 (55.47% from 255) = 39.06%

 GREEN value IS 48 (19.14% from 255) = 13.3%

 BLUE value IS 172 (67.58% from 255) = 47.65%

R = 39.06%
G = 13.3%
B = 47.65%

CMYK

 C value IS 0.18

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8D30AC (or 0x8D30AC) is known color: Vivid Violet. HEX triplet: 8D, 30 and AC. RGB value is (141,48,172). Sum of RGB (Red+Green+Blue) = 141+48+172=361 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.06% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D30AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D30AC is #72CF53. Grayscale: #595959. Windows color (decimal): -7524180 or 11284621. OLE color: 11284621.

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

Color convert

RGB 141 48 172 -
CMYK 0.18 0.72 0 0.33
HSL 285º 0.56% 0.43% -
HSV(B) 285º 0.72% 0.67% -
XYZ 19.49 10.76 40.08 -
YUV 89.94 174.31 164.42 -
System Red Green Blue C M Y K H S L
Decimal 141 48 172 0.18 0.72 0 0.33 285 0.56 0.43
Hex 8D 30 AC 12 48 0 21 11D 38 2B
Octal 215 60 254 22 110 0 41 435 70 53
Binary 10001101 110000 10101100 10010 1001000 0 100001 100011101 111000 101011

Color Harmonies of #8D30AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D30AC

Black with #8D30AC

Text Example


Text Example

White with #8D30AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D30AC;
 }
 .AnyTagClassName
 {
   color: #8D30AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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