Html Css Color HEX #8D4BF8 Blue Violet

📋 copy color: '#8D4BF8'

red 141 ◦ green 75 ◦ blue 248

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

Shades of Blue Violet #8D4BF8

Tints of Blue Violet #8D4BF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 53.45%

R = 30.39%
G = 16.16%
B = 53.45%

CMYK

 C value IS 0.43

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8D4BF8 (or 0x8D4BF8) is known color: Blue Violet. HEX triplet: 8D, 4B and F8. RGB value is (141,75,248). Sum of RGB (Red+Green+Blue) = 141+75+248=464 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.39% from 464); Green value is 75 (29.69% from 255 or 16.16% from 464); Blue value is 248 (97.27% from 255 or 53.45% from 464); Max value from RGB is 248 - color contains mainly: blue. Hex color #8D4BF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D4BF8 is #72B407. Grayscale: #717171. Windows color (decimal): -7517192 or 16272269. OLE color: 16272269.

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

Color convert

RGB 141 75 248 -
CMYK 0.43 0.70 0 0.03
HSL 262.89º 0.93% 0.63% -
HSV(B) 262.89º 0.7% 0.97% -
XYZ 30.44 17.47 90.57 -
YUV 114.46 203.37 146.93 -
System Red Green Blue C M Y K H S L
Decimal 141 75 248 0.43 0.70 0 0.03 262.89 0.93 0.63
Hex 8D 4B F8 2B 46 0 3 107 5D 3F
Octal 215 113 370 53 106 0 3 407 135 77
Binary 10001101 1001011 11111000 101011 1000110 0 11 100000111 1011101 111111

Color Harmonies of #8D4BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4BF8

Black with #8D4BF8

Text Example


Text Example

White with #8D4BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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