Html Css Color HEX #8D3CEF Blue Violet

📋 copy color: '#8D3CEF'

red 141 ◦ green 60 ◦ blue 239

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

Shades of Blue Violet #8D3CEF

Tints of Blue Violet #8D3CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.32%

R = 32.05%
G = 13.64%
B = 54.32%

CMYK

 C value IS 0.41

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8D3CEF (or 0x8D3CEF) is known color: Blue Violet. HEX triplet: 8D, 3C and EF. RGB value is (141,60,239). Sum of RGB (Red+Green+Blue) = 141+60+239=440 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.05% from 440); Green value is 60 (23.83% from 255 or 13.64% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #8D3CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D3CEF is #72C310. Grayscale: #676767. Windows color (decimal): -7521041 or 15678605. OLE color: 15678605.

HSL color Cylindrical-coordinate representation of color #8D3CEF: hue angle of 267.15º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D3CEF is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 141 60 239 -
CMYK 0.41 0.75 0 0.06
HSL 267.15º 0.85% 0.59% -
HSV(B) 267.15º 0.75% 0.94% -
XYZ 28.18 15.13 83.1 -
YUV 104.63 203.84 153.95 -
System Red Green Blue C M Y K H S L
Decimal 141 60 239 0.41 0.75 0 0.06 267.15 0.85 0.59
Hex 8D 3C EF 29 4B 0 6 10B 55 3B
Octal 215 74 357 51 113 0 6 413 125 73
Binary 10001101 111100 11101111 101001 1001011 0 110 100001011 1010101 111011

Color Harmonies of #8D3CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3CEF

Black with #8D3CEF

Text Example


Text Example

White with #8D3CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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