Html Css Color HEX #8E2FDD Blue Violet

📋 copy color: '#8E2FDD'

red 142 ◦ green 47 ◦ blue 221

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

Shades of Blue Violet #8E2FDD

Tints of Blue Violet #8E2FDD

RGB

 RED value IS 142 (55.86% from 255) = 34.63%

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

 BLUE value IS 221 (86.72% from 255) = 53.9%

R = 34.63%
G = 11.46%
B = 53.9%

CMYK

 C value IS 0.36

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E2FDD (or 0x8E2FDD) is known color: Blue Violet. HEX triplet: 8E, 2F and DD. RGB value is (142,47,221). Sum of RGB (Red+Green+Blue) = 142+47+221=410 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.63% from 410); Green value is 47 (18.75% from 255 or 11.46% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E2FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2FDD is #71D022. Grayscale: #5E5E5E. Windows color (decimal): -7458851 or 14495630. OLE color: 14495630.

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

Color convert

RGB 142 47 221 -
CMYK 0.36 0.79 0 0.13
HSL 272.76º 0.72% 0.53% -
HSV(B) 272.76º 0.79% 0.87% -
XYZ 25.22 13 69.59 -
YUV 95.24 198.97 161.35 -
System Red Green Blue C M Y K H S L
Decimal 142 47 221 0.36 0.79 0 0.13 272.76 0.72 0.53
Hex 8E 2F DD 24 4F 0 D 111 48 35
Octal 216 57 335 44 117 0 15 421 110 65
Binary 10001110 101111 11011101 100100 1001111 0 1101 100010001 1001000 110101

Color Harmonies of #8E2FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2FDD

Black with #8E2FDD

Text Example


Text Example

White with #8E2FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,47,221); }

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

background-color css

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

 a { background-color: rgb(142,47,221); }

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

border-color css

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

 span { border-color: rgb(142,47,221); }

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