Html Css Color HEX #8D3FFA Blue Violet

📋 copy color: '#8D3FFA'

red 141 ◦ green 63 ◦ blue 250

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

Shades of Blue Violet #8D3FFA

Tints of Blue Violet #8D3FFA

RGB

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

 GREEN value IS 63 (25% from 255) = 13.88%

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

R = 31.06%
G = 13.88%
B = 55.07%

CMYK

 C value IS 0.44

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8D3FFA (or 0x8D3FFA) is known color: Blue Violet. HEX triplet: 8D, 3F and FA. RGB value is (141,63,250). Sum of RGB (Red+Green+Blue) = 141+63+250=454 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.06% from 454); Green value is 63 (25% from 255 or 13.88% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #8D3FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D3FFA is #72C005. Grayscale: #6A6A6A. Windows color (decimal): -7520262 or 16400269. OLE color: 16400269.

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

Color convert

RGB 141 63 250 -
CMYK 0.44 0.75 0 0.02
HSL 265.03º 0.95% 0.61% -
HSV(B) 265.03º 0.75% 0.98% -
XYZ 30.02 16.12 91.97 -
YUV 107.64 208.34 151.79 -
System Red Green Blue C M Y K H S L
Decimal 141 63 250 0.44 0.75 0 0.02 265.03 0.95 0.61
Hex 8D 3F FA 2C 4B 0 2 109 5F 3D
Octal 215 77 372 54 113 0 2 411 137 75
Binary 10001101 111111 11111010 101100 1001011 0 10 100001001 1011111 111101

Color Harmonies of #8D3FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3FFA

Black with #8D3FFA

Text Example


Text Example

White with #8D3FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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