Html Css Color HEX #8D4AFB Blue Violet

📋 copy color: '#8D4AFB'

red 141 ◦ green 74 ◦ blue 251

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

Shades of Blue Violet #8D4AFB

Tints of Blue Violet #8D4AFB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.88%

 BLUE value IS 251 (98.44% from 255) = 53.86%

R = 30.26%
G = 15.88%
B = 53.86%

CMYK

 C value IS 0.44

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8D4AFB (or 0x8D4AFB) is known color: Blue Violet. HEX triplet: 8D, 4A and FB. RGB value is (141,74,251). Sum of RGB (Red+Green+Blue) = 141+74+251=466 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.26% from 466); Green value is 74 (29.30% from 255 or 15.88% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #8D4AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D4AFB is #72B504. Grayscale: #717171. Windows color (decimal): -7517445 or 16468621. OLE color: 16468621.

HSL color Cylindrical-coordinate representation of color #8D4AFB: hue angle of 262.71º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D4AFB is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 141 74 251 -
CMYK 0.44 0.71 0 0.02
HSL 262.71º 0.96% 0.64% -
HSV(B) 262.71º 0.71% 0.98% -
XYZ 30.85 17.53 93.02 -
YUV 114.21 205.2 147.11 -
System Red Green Blue C M Y K H S L
Decimal 141 74 251 0.44 0.71 0 0.02 262.71 0.96 0.64
Hex 8D 4A FB 2C 47 0 2 107 60 40
Octal 215 112 373 54 107 0 2 407 140 100
Binary 10001101 1001010 11111011 101100 1000111 0 10 100000111 1100000 1000000

Color Harmonies of #8D4AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4AFB

Black with #8D4AFB

Text Example


Text Example

White with #8D4AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,74,251); }

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

background-color css

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

 a { background-color: rgb(141,74,251); }

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

border-color css

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

 span { border-color: rgb(141,74,251); }

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