Html Css Color HEX #8F49EE Blue Violet

📋 copy color: '#8F49EE'

red 143 ◦ green 73 ◦ blue 238

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

Shades of Blue Violet #8F49EE

Tints of Blue Violet #8F49EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.42%

R = 31.5%
G = 16.08%
B = 52.42%

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

#8F49EE (or 0x8F49EE) is known color: Blue Violet. HEX triplet: 8F, 49 and EE. RGB value is (143,73,238). Sum of RGB (Red+Green+Blue) = 143+73+238=454 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.50% from 454); Green value is 73 (28.91% from 255 or 16.08% from 454); Blue value is 238 (93.36% from 255 or 52.42% from 454); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F49EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F49EE is #70B611. Grayscale: #707070. Windows color (decimal): -7386642 or 15616399. OLE color: 15616399.

HSL color Cylindrical-coordinate representation of color #8F49EE: hue angle of 265.45º degrees, saturation: 0.83, 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 #8F49EE is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 73 238 -
CMYK 0.40 0.69 0 0.07
HSL 265.45º 0.83% 0.61% -
HSV(B) 265.45º 0.69% 0.93% -
XYZ 29.14 16.78 82.59 -
YUV 112.74 198.69 149.58 -
System Red Green Blue C M Y K H S L
Decimal 143 73 238 0.40 0.69 0 0.07 265.45 0.83 0.61
Hex 8F 49 EE 28 45 0 7 109 53 3D
Octal 217 111 356 50 105 0 7 411 123 75
Binary 10001111 1001001 11101110 101000 1000101 0 111 100001001 1010011 111101

Color Harmonies of #8F49EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F49EE

Black with #8F49EE

Text Example


Text Example

White with #8F49EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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