Html Css Color HEX #8D4ADE Blue Violet

📋 copy color: '#8D4ADE'

red 141 ◦ green 74 ◦ blue 222

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

Shades of Blue Violet #8D4ADE

Tints of Blue Violet #8D4ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.8%

R = 32.27%
G = 16.93%
B = 50.8%

CMYK

 C value IS 0.36

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8D4ADE (or 0x8D4ADE) is known color: Blue Violet. HEX triplet: 8D, 4A and DE. RGB value is (141,74,222). Sum of RGB (Red+Green+Blue) = 141+74+222=437 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.27% from 437); Green value is 74 (29.30% from 255 or 16.93% from 437); Blue value is 222 (87.11% from 255 or 50.80% from 437); Max value from RGB is 222 - color contains mainly: blue. Hex color #8D4ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D4ADE is #72B521. Grayscale: #6E6E6E. Windows color (decimal): -7517474 or 14568077. OLE color: 14568077.

HSL color Cylindrical-coordinate representation of color #8D4ADE: hue angle of 267.16º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D4ADE is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 141 74 222 -
CMYK 0.36 0.67 0 0.13
HSL 267.16º 0.69% 0.58% -
HSV(B) 267.16º 0.67% 0.87% -
XYZ 26.62 15.83 70.76 -
YUV 110.91 190.7 149.47 -
System Red Green Blue C M Y K H S L
Decimal 141 74 222 0.36 0.67 0 0.13 267.16 0.69 0.58
Hex 8D 4A DE 24 43 0 D 10B 45 3A
Octal 215 112 336 44 103 0 15 413 105 72
Binary 10001101 1001010 11011110 100100 1000011 0 1101 100001011 1000101 111010

Color Harmonies of #8D4ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4ADE

Black with #8D4ADE

Text Example


Text Example

White with #8D4ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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