Html Css Color HEX #8F49ED Blue Violet

📋 copy color: '#8F49ED'

red 143 ◦ green 73 ◦ blue 237

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

Shades of Blue Violet #8F49ED

Tints of Blue Violet #8F49ED

RGB

 RED value IS 143 (56.25% from 255) = 31.57%

 GREEN value IS 73 (28.91% from 255) = 16.11%

 BLUE value IS 237 (92.97% from 255) = 52.32%

R = 31.57%
G = 16.11%
B = 52.32%

CMYK

 C value IS 0.40

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8F49ED (or 0x8F49ED) is known color: Blue Violet. HEX triplet: 8F, 49 and ED. RGB value is (143,73,237). Sum of RGB (Red+Green+Blue) = 143+73+237=453 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.57% from 453); Green value is 73 (28.91% from 255 or 16.11% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #8F49ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F49ED is #70B612. Grayscale: #707070. Windows color (decimal): -7386643 or 15550863. OLE color: 15550863.

HSL color Cylindrical-coordinate representation of color #8F49ED: hue angle of 265.61º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F49ED is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 73 237 -
CMYK 0.40 0.69 0 0.07
HSL 265.61º 0.82% 0.61% -
HSV(B) 265.61º 0.69% 0.93% -
XYZ 29 16.72 81.82 -
YUV 112.63 198.19 149.66 -
System Red Green Blue C M Y K H S L
Decimal 143 73 237 0.40 0.69 0 0.07 265.61 0.82 0.61
Hex 8F 49 ED 28 45 0 7 10A 52 3D
Octal 217 111 355 50 105 0 7 412 122 75
Binary 10001111 1001001 11101101 101000 1000101 0 111 100001010 1010010 111101

Color Harmonies of #8F49ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F49ED

Black with #8F49ED

Text Example


Text Example

White with #8F49ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,73,237); }

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

background-color css

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

 a { background-color: rgb(143,73,237); }

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

border-color css

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

 span { border-color: rgb(143,73,237); }

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