Html Css Color HEX #8D2FAD Vivid Violet

📋 copy color: '#8D2FAD'

red 141 ◦ green 47 ◦ blue 173

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

Shades of Vivid Violet #8D2FAD

Tints of Vivid Violet #8D2FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.92%

R = 39.06%
G = 13.02%
B = 47.92%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8D2FAD (or 0x8D2FAD) is known color: Vivid Violet. HEX triplet: 8D, 2F and AD. RGB value is (141,47,173). Sum of RGB (Red+Green+Blue) = 141+47+173=361 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.06% from 361); Green value is 47 (18.75% from 255 or 13.02% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #8D2FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2FAD is #72D052. Grayscale: #595959. Windows color (decimal): -7524435 or 11349901. OLE color: 11349901.

HSL color Cylindrical-coordinate representation of color #8D2FAD: hue angle of 284.76º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8D2FAD is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 141 47 173 -
CMYK 0.18 0.73 0 0.32
HSL 284.76º 0.57% 0.43% -
HSV(B) 284.76º 0.73% 0.68% -
XYZ 19.54 10.71 40.57 -
YUV 89.47 175.14 164.75 -
System Red Green Blue C M Y K H S L
Decimal 141 47 173 0.18 0.73 0 0.32 284.76 0.57 0.43
Hex 8D 2F AD 12 49 0 20 11D 39 2B
Octal 215 57 255 22 111 0 40 435 71 53
Binary 10001101 101111 10101101 10010 1001001 0 100000 100011101 111001 101011

Color Harmonies of #8D2FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2FAD

Black with #8D2FAD

Text Example


Text Example

White with #8D2FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,47,173); }

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

background-color css

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

 a { background-color: rgb(141,47,173); }

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

border-color css

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

 span { border-color: rgb(141,47,173); }

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