Html Css Color HEX #8F4AEE Blue Violet

📋 copy color: '#8F4AEE'

red 143 ◦ green 74 ◦ blue 238

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

Shades of Blue Violet #8F4AEE

Tints of Blue Violet #8F4AEE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.26%

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

R = 31.43%
G = 16.26%
B = 52.31%

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

#8F4AEE (or 0x8F4AEE) is known color: Blue Violet. HEX triplet: 8F, 4A and EE. RGB value is (143,74,238). Sum of RGB (Red+Green+Blue) = 143+74+238=455 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.43% from 455); Green value is 74 (29.30% from 255 or 16.26% from 455); Blue value is 238 (93.36% from 255 or 52.31% from 455); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F4AEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F4AEE is #70B511. Grayscale: #707070. Windows color (decimal): -7386386 or 15616655. OLE color: 15616655.

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

Color convert

RGB 143 74 238 -
CMYK 0.40 0.69 0 0.07
HSL 265.24º 0.83% 0.61% -
HSV(B) 265.24º 0.69% 0.93% -
XYZ 29.21 16.91 82.61 -
YUV 113.33 198.36 149.16 -
System Red Green Blue C M Y K H S L
Decimal 143 74 238 0.40 0.69 0 0.07 265.24 0.83 0.61
Hex 8F 4A EE 28 45 0 7 109 53 3D
Octal 217 112 356 50 105 0 7 411 123 75
Binary 10001111 1001010 11101110 101000 1000101 0 111 100001001 1010011 111101

Color Harmonies of #8F4AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4AEE

Black with #8F4AEE

Text Example


Text Example

White with #8F4AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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