Html Css Color HEX #8D3EEB Blue Violet

📋 copy color: '#8D3EEB'

red 141 ◦ green 62 ◦ blue 235

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

Shades of Blue Violet #8D3EEB

Tints of Blue Violet #8D3EEB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.16%

 BLUE value IS 235 (92.19% from 255) = 53.65%

R = 32.19%
G = 14.16%
B = 53.65%

CMYK

 C value IS 0.4

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8D3EEB (or 0x8D3EEB) is known color: Blue Violet. HEX triplet: 8D, 3E and EB. RGB value is (141,62,235). Sum of RGB (Red+Green+Blue) = 141+62+235=438 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.19% from 438); Green value is 62 (24.61% from 255 or 14.16% from 438); Blue value is 235 (92.19% from 255 or 53.65% from 438); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D3EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D3EEB is #72C114. Grayscale: #686868. Windows color (decimal): -7520533 or 15416973. OLE color: 15416973.

HSL color Cylindrical-coordinate representation of color #8D3EEB: hue angle of 267.4º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D3EEB is Cyan = 0.4, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 62 235 -
CMYK 0.4 0.74 0 0.08
HSL 267.4º 0.81% 0.58% -
HSV(B) 267.4º 0.74% 0.92% -
XYZ 27.7 15.11 80.05 -
YUV 105.34 201.17 153.43 -
System Red Green Blue C M Y K H S L
Decimal 141 62 235 0.4 0.74 0 0.08 267.4 0.81 0.58
Hex 8D 3E EB 28 4A 0 8 10B 51 3A
Octal 215 76 353 50 112 0 10 413 121 72
Binary 10001101 111110 11101011 101000 1001010 0 1000 100001011 1010001 111010

Color Harmonies of #8D3EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3EEB

Black with #8D3EEB

Text Example


Text Example

White with #8D3EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,62,235); }

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

background-color css

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

 a { background-color: rgb(141,62,235); }

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

border-color css

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

 span { border-color: rgb(141,62,235); }

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