Html Css Color HEX #8D4AE4 Blue Violet

📋 copy color: '#8D4AE4'

red 141 ◦ green 74 ◦ blue 228

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

Shades of Blue Violet #8D4AE4

Tints of Blue Violet #8D4AE4

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.7%

 BLUE value IS 228 (89.45% from 255) = 51.47%

R = 31.83%
G = 16.7%
B = 51.47%

CMYK

 C value IS 0.38

 M value IS 0.68

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#8D4AE4 (or 0x8D4AE4) is known color: Blue Violet. HEX triplet: 8D, 4A and E4. RGB value is (141,74,228). Sum of RGB (Red+Green+Blue) = 141+74+228=443 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.83% from 443); Green value is 74 (29.30% from 255 or 16.70% from 443); Blue value is 228 (89.45% from 255 or 51.47% from 443); Max value from RGB is 228 - color contains mainly: blue. Hex color #8D4AE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D4AE4 is #72B51B. Grayscale: #6F6F6F. Windows color (decimal): -7517468 or 14961293. OLE color: 14961293.

HSL color Cylindrical-coordinate representation of color #8D4AE4: hue angle of 266.1º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8D4AE4 is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 141 74 228 -
CMYK 0.38 0.68 0 0.11
HSL 266.1º 0.74% 0.59% -
HSV(B) 266.1º 0.68% 0.89% -
XYZ 27.44 16.16 75.07 -
YUV 111.59 193.7 148.98 -
System Red Green Blue C M Y K H S L
Decimal 141 74 228 0.38 0.68 0 0.11 266.1 0.74 0.59
Hex 8D 4A E4 26 44 0 B 10A 4A 3B
Octal 215 112 344 46 104 0 13 412 112 73
Binary 10001101 1001010 11100100 100110 1000100 0 1011 100001010 1001010 111011

Color Harmonies of #8D4AE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4AE4

Black with #8D4AE4

Text Example


Text Example

White with #8D4AE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,74,228); }

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

background-color css

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

 a { background-color: rgb(141,74,228); }

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

border-color css

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

 span { border-color: rgb(141,74,228); }

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