Html Css Color HEX #8D3AEC Blue Violet

📋 copy color: '#8D3AEC'

red 141 ◦ green 58 ◦ blue 236

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

Shades of Blue Violet #8D3AEC

Tints of Blue Violet #8D3AEC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.33%

 BLUE value IS 236 (92.58% from 255) = 54.25%

R = 32.41%
G = 13.33%
B = 54.25%

CMYK

 C value IS 0.40

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8D3AEC (or 0x8D3AEC) is known color: Blue Violet. HEX triplet: 8D, 3A and EC. RGB value is (141,58,236). Sum of RGB (Red+Green+Blue) = 141+58+236=435 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.41% from 435); Green value is 58 (23.05% from 255 or 13.33% from 435); Blue value is 236 (92.58% from 255 or 54.25% from 435); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D3AEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D3AEC is #72C513. Grayscale: #666666. Windows color (decimal): -7521556 or 15481485. OLE color: 15481485.

HSL color Cylindrical-coordinate representation of color #8D3AEC: hue angle of 267.98º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D3AEC is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 141 58 236 -
CMYK 0.40 0.75 0 0.07
HSL 267.98º 0.82% 0.58% -
HSV(B) 267.98º 0.75% 0.93% -
XYZ 27.64 14.74 80.75 -
YUV 103.11 203 155.03 -
System Red Green Blue C M Y K H S L
Decimal 141 58 236 0.40 0.75 0 0.07 267.98 0.82 0.58
Hex 8D 3A EC 28 4B 0 7 10C 52 3A
Octal 215 72 354 50 113 0 7 414 122 72
Binary 10001101 111010 11101100 101000 1001011 0 111 100001100 1010010 111010

Color Harmonies of #8D3AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3AEC

Black with #8D3AEC

Text Example


Text Example

White with #8D3AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,58,236); }

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

background-color css

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

 a { background-color: rgb(141,58,236); }

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

border-color css

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

 span { border-color: rgb(141,58,236); }

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