Html Css Color HEX #8D47FA Blue Violet

📋 copy color: '#8D47FA'

red 141 ◦ green 71 ◦ blue 250

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

Shades of Blue Violet #8D47FA

Tints of Blue Violet #8D47FA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.37%

 BLUE value IS 250 (98.05% from 255) = 54.11%

R = 30.52%
G = 15.37%
B = 54.11%

CMYK

 C value IS 0.44

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8D47FA (or 0x8D47FA) is known color: Blue Violet. HEX triplet: 8D, 47 and FA. RGB value is (141,71,250). Sum of RGB (Red+Green+Blue) = 141+71+250=462 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.52% from 462); Green value is 71 (28.12% from 255 or 15.37% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #8D47FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D47FA is #72B805. Grayscale: #6F6F6F. Windows color (decimal): -7518214 or 16402317. OLE color: 16402317.

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

Color convert

RGB 141 71 250 -
CMYK 0.44 0.72 0 0.02
HSL 263.46º 0.95% 0.63% -
HSV(B) 263.46º 0.72% 0.98% -
XYZ 30.49 17.07 92.13 -
YUV 112.34 205.69 148.45 -
System Red Green Blue C M Y K H S L
Decimal 141 71 250 0.44 0.72 0 0.02 263.46 0.95 0.63
Hex 8D 47 FA 2C 48 0 2 107 5F 3F
Octal 215 107 372 54 110 0 2 407 137 77
Binary 10001101 1000111 11111010 101100 1001000 0 10 100000111 1011111 111111

Color Harmonies of #8D47FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D47FA

Black with #8D47FA

Text Example


Text Example

White with #8D47FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,71,250); }

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

background-color css

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

 a { background-color: rgb(141,71,250); }

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

border-color css

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

 span { border-color: rgb(141,71,250); }

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