Html Css Color HEX #8E34DD Blue Violet

📋 copy color: '#8E34DD'

red 142 ◦ green 52 ◦ blue 221

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

Shades of Blue Violet #8E34DD

Tints of Blue Violet #8E34DD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.53%

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

R = 34.22%
G = 12.53%
B = 53.25%

CMYK

 C value IS 0.36

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E34DD (or 0x8E34DD) is known color: Blue Violet. HEX triplet: 8E, 34 and DD. RGB value is (142,52,221). Sum of RGB (Red+Green+Blue) = 142+52+221=415 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.22% from 415); Green value is 52 (20.70% from 255 or 12.53% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E34DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E34DD is #71CB22. Grayscale: #616161. Windows color (decimal): -7457571 or 14496910. OLE color: 14496910.

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

Color convert

RGB 142 52 221 -
CMYK 0.36 0.76 0 0.13
HSL 271.95º 0.71% 0.54% -
HSV(B) 271.95º 0.76% 0.87% -
XYZ 25.43 13.43 69.66 -
YUV 98.18 197.32 159.26 -
System Red Green Blue C M Y K H S L
Decimal 142 52 221 0.36 0.76 0 0.13 271.95 0.71 0.54
Hex 8E 34 DD 24 4C 0 D 110 47 36
Octal 216 64 335 44 114 0 15 420 107 66
Binary 10001110 110100 11011101 100100 1001100 0 1101 100010000 1000111 110110

Color Harmonies of #8E34DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E34DD

Black with #8E34DD

Text Example


Text Example

White with #8E34DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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