Html Css Color HEX #8D3EFA Blue Violet

📋 copy color: '#8D3EFA'

red 141 ◦ green 62 ◦ blue 250

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

Shades of Blue Violet #8D3EFA

Tints of Blue Violet #8D3EFA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.69%

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

R = 31.13%
G = 13.69%
B = 55.19%

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

#8D3EFA (or 0x8D3EFA) is known color: Blue Violet. HEX triplet: 8D, 3E and FA. RGB value is (141,62,250). Sum of RGB (Red+Green+Blue) = 141+62+250=453 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.13% from 453); Green value is 62 (24.61% from 255 or 13.69% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #8D3EFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D3EFA is #72C105. Grayscale: #6A6A6A. Windows color (decimal): -7520518 or 16400013. OLE color: 16400013.

HSL color Cylindrical-coordinate representation of color #8D3EFA: hue angle of 265.21º 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 #8D3EFA is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 141 62 250 -
CMYK 0.44 0.75 0 0.02
HSL 265.21º 0.95% 0.61% -
HSV(B) 265.21º 0.75% 0.98% -
XYZ 29.96 16.01 91.95 -
YUV 107.05 208.67 152.21 -
System Red Green Blue C M Y K H S L
Decimal 141 62 250 0.44 0.75 0 0.02 265.21 0.95 0.61
Hex 8D 3E FA 2C 4B 0 2 109 5F 3D
Octal 215 76 372 54 113 0 2 411 137 75
Binary 10001101 111110 11111010 101100 1001011 0 10 100001001 1011111 111101

Color Harmonies of #8D3EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3EFA

Black with #8D3EFA

Text Example


Text Example

White with #8D3EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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