Html Css Color HEX #8D25AB Vivid Violet

📋 copy color: '#8D25AB'

red 141 ◦ green 37 ◦ blue 171

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

Shades of Vivid Violet #8D25AB

Tints of Vivid Violet #8D25AB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.6%

 BLUE value IS 171 (67.19% from 255) = 49%

R = 40.4%
G = 10.6%
B = 49%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8D25AB (or 0x8D25AB) is known color: Vivid Violet. HEX triplet: 8D, 25 and AB. RGB value is (141,37,171). Sum of RGB (Red+Green+Blue) = 141+37+171=349 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.40% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D25AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D25AB is #72DA54. Grayscale: #525252. Windows color (decimal): -7526997 or 11216269. OLE color: 11216269.

HSL color Cylindrical-coordinate representation of color #8D25AB: hue angle of 286.57º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8D25AB is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 141 37 171 -
CMYK 0.18 0.78 0 0.33
HSL 286.57º 0.64% 0.41% -
HSV(B) 286.57º 0.78% 0.67% -
XYZ 19 9.93 39.44 -
YUV 83.37 177.46 169.1 -
System Red Green Blue C M Y K H S L
Decimal 141 37 171 0.18 0.78 0 0.33 286.57 0.64 0.41
Hex 8D 25 AB 12 4E 0 21 11F 40 29
Octal 215 45 253 22 116 0 41 437 100 51
Binary 10001101 100101 10101011 10010 1001110 0 100001 100011111 1000000 101001

Color Harmonies of #8D25AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D25AB

Black with #8D25AB

Text Example


Text Example

White with #8D25AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,37,171); }

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

background-color css

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

 a { background-color: rgb(141,37,171); }

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

border-color css

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

 span { border-color: rgb(141,37,171); }

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