Html Css Color HEX #8D48FE Blue Violet

📋 copy color: '#8D48FE'

red 141 ◦ green 72 ◦ blue 254

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

Shades of Blue Violet #8D48FE

Tints of Blue Violet #8D48FE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.42%

 BLUE value IS 254 (99.61% from 255) = 54.39%

R = 30.19%
G = 15.42%
B = 54.39%

CMYK

 C value IS 0.44

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8D48FE (or 0x8D48FE) is known color: Blue Violet. HEX triplet: 8D, 48 and FE. RGB value is (141,72,254). Sum of RGB (Red+Green+Blue) = 141+72+254=467 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.19% from 467); Green value is 72 (28.52% from 255 or 15.42% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #8D48FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D48FE is #72B701. Grayscale: #707070. Windows color (decimal): -7517954 or 16664717. OLE color: 16664717.

HSL color Cylindrical-coordinate representation of color #8D48FE: hue angle of 262.75º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D48FE is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 141 72 254 -
CMYK 0.44 0.72 0 0.00
HSL 262.75º 0.99% 0.64% -
HSV(B) 262.75º 0.72% 1% -
XYZ 31.19 17.45 95.49 -
YUV 113.38 207.36 147.7 -
System Red Green Blue C M Y K H S L
Decimal 141 72 254 0.44 0.72 0 0.00 262.75 0.99 0.64
Hex 8D 48 FE 2C 48 0 0 107 63 40
Octal 215 110 376 54 110 0 0 407 143 100
Binary 10001101 1001000 11111110 101100 1001000 0 0 100000111 1100011 1000000

Color Harmonies of #8D48FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D48FE

Black with #8D48FE

Text Example


Text Example

White with #8D48FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,72,254); }

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

background-color css

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

 a { background-color: rgb(141,72,254); }

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

border-color css

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

 span { border-color: rgb(141,72,254); }

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