Html Css Color HEX #8D4CEF Blue Violet

📋 copy color: '#8D4CEF'

red 141 ◦ green 76 ◦ blue 239

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

Shades of Blue Violet #8D4CEF

Tints of Blue Violet #8D4CEF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.67%

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

R = 30.92%
G = 16.67%
B = 52.41%

CMYK

 C value IS 0.41

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8D4CEF (or 0x8D4CEF) is known color: Blue Violet. HEX triplet: 8D, 4C and EF. RGB value is (141,76,239). Sum of RGB (Red+Green+Blue) = 141+76+239=456 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.92% from 456); Green value is 76 (30.08% from 255 or 16.67% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #8D4CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D4CEF is #72B310. Grayscale: #717171. Windows color (decimal): -7516945 or 15682701. OLE color: 15682701.

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

Color convert

RGB 141 76 239 -
CMYK 0.41 0.68 0 0.06
HSL 263.93º 0.84% 0.62% -
HSV(B) 263.93º 0.68% 0.94% -
XYZ 29.15 17.06 83.42 -
YUV 114.02 198.53 147.25 -
System Red Green Blue C M Y K H S L
Decimal 141 76 239 0.41 0.68 0 0.06 263.93 0.84 0.62
Hex 8D 4C EF 29 44 0 6 108 54 3E
Octal 215 114 357 51 104 0 6 410 124 76
Binary 10001101 1001100 11101111 101001 1000100 0 110 100001000 1010100 111110

Color Harmonies of #8D4CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4CEF

Black with #8D4CEF

Text Example


Text Example

White with #8D4CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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