Html Css Color HEX #8D4BF6 Blue Violet

📋 copy color: '#8D4BF6'

red 141 ◦ green 75 ◦ blue 246

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

Shades of Blue Violet #8D4BF6

Tints of Blue Violet #8D4BF6

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.23%

 BLUE value IS 246 (96.48% from 255) = 53.25%

R = 30.52%
G = 16.23%
B = 53.25%

CMYK

 C value IS 0.43

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8D4BF6 (or 0x8D4BF6) is known color: Blue Violet. HEX triplet: 8D, 4B and F6. RGB value is (141,75,246). Sum of RGB (Red+Green+Blue) = 141+75+246=462 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.52% from 462); Green value is 75 (29.69% from 255 or 16.23% from 462); Blue value is 246 (96.48% from 255 or 53.25% from 462); Max value from RGB is 246 - color contains mainly: blue. Hex color #8D4BF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D4BF6 is #72B409. Grayscale: #717171. Windows color (decimal): -7517194 or 16141197. OLE color: 16141197.

HSL color Cylindrical-coordinate representation of color #8D4BF6: hue angle of 263.16º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8D4BF6 is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 141 75 246 -
CMYK 0.43 0.70 0 0.04
HSL 263.16º 0.9% 0.63% -
HSV(B) 263.16º 0.7% 0.96% -
XYZ 30.14 17.35 88.95 -
YUV 114.23 202.37 147.1 -
System Red Green Blue C M Y K H S L
Decimal 141 75 246 0.43 0.70 0 0.04 263.16 0.9 0.63
Hex 8D 4B F6 2B 46 0 4 107 5A 3F
Octal 215 113 366 53 106 0 4 407 132 77
Binary 10001101 1001011 11110110 101011 1000110 0 100 100000111 1011010 111111

Color Harmonies of #8D4BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4BF6

Black with #8D4BF6

Text Example


Text Example

White with #8D4BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,75,246); }

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

background-color css

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

 a { background-color: rgb(141,75,246); }

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

border-color css

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

 span { border-color: rgb(141,75,246); }

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