Html Css Color HEX #8D4AEF Blue Violet

📋 copy color: '#8D4AEF'

red 141 ◦ green 74 ◦ blue 239

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

Shades of Blue Violet #8D4AEF

Tints of Blue Violet #8D4AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.64%

R = 31.06%
G = 16.3%
B = 52.64%

CMYK

 C value IS 0.41

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8D4AEF (or 0x8D4AEF) is known color: Blue Violet. HEX triplet: 8D, 4A and EF. RGB value is (141,74,239). Sum of RGB (Red+Green+Blue) = 141+74+239=454 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.06% from 454); Green value is 74 (29.30% from 255 or 16.30% from 454); Blue value is 239 (93.75% from 255 or 52.64% from 454); Max value from RGB is 239 - color contains mainly: blue. Hex color #8D4AEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D4AEF is #72B510. Grayscale: #707070. Windows color (decimal): -7517457 or 15682189. OLE color: 15682189.

HSL color Cylindrical-coordinate representation of color #8D4AEF: hue angle of 264.36º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D4AEF is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 141 74 239 -
CMYK 0.41 0.69 0 0.06
HSL 264.36º 0.84% 0.61% -
HSV(B) 264.36º 0.69% 0.94% -
XYZ 29.01 16.79 83.37 -
YUV 112.84 199.2 148.08 -
System Red Green Blue C M Y K H S L
Decimal 141 74 239 0.41 0.69 0 0.06 264.36 0.84 0.61
Hex 8D 4A EF 29 45 0 6 108 54 3D
Octal 215 112 357 51 105 0 6 410 124 75
Binary 10001101 1001010 11101111 101001 1000101 0 110 100001000 1010100 111101

Color Harmonies of #8D4AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4AEF

Black with #8D4AEF

Text Example


Text Example

White with #8D4AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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