Html Css Color HEX #8D1EEA Blue Violet

📋 copy color: '#8D1EEA'

red 141 ◦ green 30 ◦ blue 234

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

Shades of Blue Violet #8D1EEA

Tints of Blue Violet #8D1EEA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.41%

 BLUE value IS 234 (91.8% from 255) = 57.78%

R = 34.81%
G = 7.41%
B = 57.78%

CMYK

 C value IS 0.40

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8D1EEA (or 0x8D1EEA) is known color: Blue Violet. HEX triplet: 8D, 1E and EA. RGB value is (141,30,234). Sum of RGB (Red+Green+Blue) = 141+30+234=405 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.81% from 405); Green value is 30 (12.11% from 255 or 7.41% from 405); Blue value is 234 (91.80% from 255 or 57.78% from 405); Max value from RGB is 234 - color contains mainly: blue. Hex color #8D1EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D1EEA is #72E115. Grayscale: #555555. Windows color (decimal): -7528726 or 15343245. OLE color: 15343245.

HSL color Cylindrical-coordinate representation of color #8D1EEA: hue angle of 272.65º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D1EEA is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 30 234 -
CMYK 0.40 0.87 0 0.08
HSL 272.65º 0.83% 0.52% -
HSV(B) 272.65º 0.87% 0.92% -
XYZ 26.3 12.53 78.87 -
YUV 86.45 211.27 166.91 -
System Red Green Blue C M Y K H S L
Decimal 141 30 234 0.40 0.87 0 0.08 272.65 0.83 0.52
Hex 8D 1E EA 28 57 0 8 111 53 34
Octal 215 36 352 50 127 0 10 421 123 64
Binary 10001101 11110 11101010 101000 1010111 0 1000 100010001 1010011 110100

Color Harmonies of #8D1EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1EEA

Black with #8D1EEA

Text Example


Text Example

White with #8D1EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,30,234); }

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

background-color css

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

 a { background-color: rgb(141,30,234); }

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

border-color css

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

 span { border-color: rgb(141,30,234); }

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