Html Css Color HEX #8D3BEA Blue Violet

📋 copy color: '#8D3BEA'

red 141 ◦ green 59 ◦ blue 234

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

Shades of Blue Violet #8D3BEA

Tints of Blue Violet #8D3BEA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.59%

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

R = 32.49%
G = 13.59%
B = 53.92%

CMYK

 C value IS 0.40

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8D3BEA (or 0x8D3BEA) is known color: Blue Violet. HEX triplet: 8D, 3B and EA. RGB value is (141,59,234). Sum of RGB (Red+Green+Blue) = 141+59+234=434 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.49% from 434); Green value is 59 (23.44% from 255 or 13.59% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #8D3BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D3BEA is #72C415. Grayscale: #666666. Windows color (decimal): -7521302 or 15350669. OLE color: 15350669.

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

Color convert

RGB 141 59 234 -
CMYK 0.40 0.75 0 0.08
HSL 268.11º 0.81% 0.57% -
HSV(B) 268.11º 0.75% 0.92% -
XYZ 27.4 14.73 79.24 -
YUV 103.47 201.67 154.77 -
System Red Green Blue C M Y K H S L
Decimal 141 59 234 0.40 0.75 0 0.08 268.11 0.81 0.57
Hex 8D 3B EA 28 4B 0 8 10C 51 39
Octal 215 73 352 50 113 0 10 414 121 71
Binary 10001101 111011 11101010 101000 1001011 0 1000 100001100 1010001 111001

Color Harmonies of #8D3BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3BEA

Black with #8D3BEA

Text Example


Text Example

White with #8D3BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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