Html Css Color HEX #8D0EEE Blue Violet

📋 copy color: '#8D0EEE'

red 141 ◦ green 14 ◦ blue 238

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

Shades of Blue Violet #8D0EEE

Tints of Blue Violet #8D0EEE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.56%

 BLUE value IS 238 (93.36% from 255) = 60.56%

R = 35.88%
G = 3.56%
B = 60.56%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8D0EEE (or 0x8D0EEE) is known color: Blue Violet. HEX triplet: 8D, 0E and EE. RGB value is (141,14,238). Sum of RGB (Red+Green+Blue) = 141+14+238=393 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.88% from 393); Green value is 14 (5.86% from 255 or 3.56% from 393); Blue value is 238 (93.36% from 255 or 60.56% from 393); Max value from RGB is 238 - color contains mainly: blue. Hex color #8D0EEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D0EEE is #72F111. Grayscale: #4C4C4C. Windows color (decimal): -7532818 or 15601293. OLE color: 15601293.

HSL color Cylindrical-coordinate representation of color #8D0EEE: hue angle of 274.02º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D0EEE is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 141 14 238 -
CMYK 0.41 0.94 0 0.07
HSL 274.02º 0.89% 0.49% -
HSV(B) 274.02º 0.94% 0.93% -
XYZ 26.57 12.15 81.83 -
YUV 77.51 218.58 173.29 -
System Red Green Blue C M Y K H S L
Decimal 141 14 238 0.41 0.94 0 0.07 274.02 0.89 0.49
Hex 8D E EE 29 5E 0 7 112 59 31
Octal 215 16 356 51 136 0 7 422 131 61
Binary 10001101 1110 11101110 101001 1011110 0 111 100010010 1011001 110001

Color Harmonies of #8D0EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0EEE

Black with #8D0EEE

Text Example


Text Example

White with #8D0EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,14,238); }

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

background-color css

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

 a { background-color: rgb(141,14,238); }

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

border-color css

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

 span { border-color: rgb(141,14,238); }

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