Html Css Color HEX #8D3CED Blue Violet

📋 copy color: '#8D3CED'

red 141 ◦ green 60 ◦ blue 237

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

Shades of Blue Violet #8D3CED

Tints of Blue Violet #8D3CED

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.7%

 BLUE value IS 237 (92.97% from 255) = 54.11%

R = 32.19%
G = 13.7%
B = 54.11%

CMYK

 C value IS 0.41

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8D3CED (or 0x8D3CED) is known color: Blue Violet. HEX triplet: 8D, 3C and ED. RGB value is (141,60,237). Sum of RGB (Red+Green+Blue) = 141+60+237=438 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.19% from 438); Green value is 60 (23.83% from 255 or 13.70% from 438); Blue value is 237 (92.97% from 255 or 54.11% from 438); Max value from RGB is 237 - color contains mainly: blue. Hex color #8D3CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D3CED is #72C312. Grayscale: #676767. Windows color (decimal): -7521043 or 15547533. OLE color: 15547533.

HSL color Cylindrical-coordinate representation of color #8D3CED: hue angle of 267.46º degrees, saturation: 0.83, 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 #8D3CED is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 141 60 237 -
CMYK 0.41 0.75 0 0.07
HSL 267.46º 0.83% 0.58% -
HSV(B) 267.46º 0.75% 0.93% -
XYZ 27.89 15.01 81.55 -
YUV 104.4 202.84 154.11 -
System Red Green Blue C M Y K H S L
Decimal 141 60 237 0.41 0.75 0 0.07 267.46 0.83 0.58
Hex 8D 3C ED 29 4B 0 7 10B 53 3A
Octal 215 74 355 51 113 0 7 413 123 72
Binary 10001101 111100 11101101 101001 1001011 0 111 100001011 1010011 111010

Color Harmonies of #8D3CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3CED

Black with #8D3CED

Text Example


Text Example

White with #8D3CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,60,237); }

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

background-color css

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

 a { background-color: rgb(141,60,237); }

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

border-color css

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

 span { border-color: rgb(141,60,237); }

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