Html Css Color HEX #8D3AFA Blue Violet

📋 copy color: '#8D3AFA'

red 141 ◦ green 58 ◦ blue 250

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

Shades of Blue Violet #8D3AFA

Tints of Blue Violet #8D3AFA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.92%

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

R = 31.4%
G = 12.92%
B = 55.68%

CMYK

 C value IS 0.44

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8D3AFA (or 0x8D3AFA) is known color: Blue Violet. HEX triplet: 8D, 3A and FA. RGB value is (141,58,250). Sum of RGB (Red+Green+Blue) = 141+58+250=449 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.40% from 449); Green value is 58 (23.05% from 255 or 12.92% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #8D3AFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D3AFA is #72C505. Grayscale: #686868. Windows color (decimal): -7521542 or 16398989. OLE color: 16398989.

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

Color convert

RGB 141 58 250 -
CMYK 0.44 0.77 0 0.02
HSL 265.94º 0.95% 0.6% -
HSV(B) 265.94º 0.77% 0.98% -
XYZ 29.75 15.59 91.88 -
YUV 104.71 210 153.89 -
System Red Green Blue C M Y K H S L
Decimal 141 58 250 0.44 0.77 0 0.02 265.94 0.95 0.6
Hex 8D 3A FA 2C 4D 0 2 10A 5F 3C
Octal 215 72 372 54 115 0 2 412 137 74
Binary 10001101 111010 11111010 101100 1001101 0 10 100001010 1011111 111100

Color Harmonies of #8D3AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3AFA

Black with #8D3AFA

Text Example


Text Example

White with #8D3AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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