Html Css Color HEX #8D3CE6 Blue Violet

📋 copy color: '#8D3CE6'

red 141 ◦ green 60 ◦ blue 230

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

Shades of Blue Violet #8D3CE6

Tints of Blue Violet #8D3CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 53.36%

R = 32.71%
G = 13.92%
B = 53.36%

CMYK

 C value IS 0.39

 M value IS 0.74

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8D3CE6 (or 0x8D3CE6) is known color: Blue Violet. HEX triplet: 8D, 3C and E6. RGB value is (141,60,230). Sum of RGB (Red+Green+Blue) = 141+60+230=431 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.71% from 431); Green value is 60 (23.83% from 255 or 13.92% from 431); Blue value is 230 (90.23% from 255 or 53.36% from 431); Max value from RGB is 230 - color contains mainly: blue. Hex color #8D3CE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D3CE6 is #72C319. Grayscale: #666666. Windows color (decimal): -7521050 or 15088781. OLE color: 15088781.

HSL color Cylindrical-coordinate representation of color #8D3CE6: hue angle of 268.59º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D3CE6 is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 141 60 230 -
CMYK 0.39 0.74 0 0.10
HSL 268.59º 0.77% 0.57% -
HSV(B) 268.59º 0.74% 0.9% -
XYZ 26.88 14.61 76.27 -
YUV 103.6 199.34 154.68 -
System Red Green Blue C M Y K H S L
Decimal 141 60 230 0.39 0.74 0 0.10 268.59 0.77 0.57
Hex 8D 3C E6 27 4A 0 A 10D 4D 39
Octal 215 74 346 47 112 0 12 415 115 71
Binary 10001101 111100 11100110 100111 1001010 0 1010 100001101 1001101 111001

Color Harmonies of #8D3CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3CE6

Black with #8D3CE6

Text Example


Text Example

White with #8D3CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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