Html Css Color HEX #8F4AE0 Blue Violet

📋 copy color: '#8F4AE0'

red 143 ◦ green 74 ◦ blue 224

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

Shades of Blue Violet #8F4AE0

Tints of Blue Violet #8F4AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 50.79%

R = 32.43%
G = 16.78%
B = 50.79%

CMYK

 C value IS 0.36

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8F4AE0 (or 0x8F4AE0) is known color: Blue Violet. HEX triplet: 8F, 4A and E0. RGB value is (143,74,224). Sum of RGB (Red+Green+Blue) = 143+74+224=441 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.43% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 224 (87.89% from 255 or 50.79% from 441); Max value from RGB is 224 - color contains mainly: blue. Hex color #8F4AE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F4AE0 is #70B51F. Grayscale: #6F6F6F. Windows color (decimal): -7386400 or 14699151. OLE color: 14699151.

HSL color Cylindrical-coordinate representation of color #8F4AE0: hue angle of 267.6º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F4AE0 is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 143 74 224 -
CMYK 0.36 0.67 0 0.12
HSL 267.6º 0.71% 0.58% -
HSV(B) 267.6º 0.67% 0.88% -
XYZ 27.23 16.12 72.2 -
YUV 111.73 191.36 150.3 -
System Red Green Blue C M Y K H S L
Decimal 143 74 224 0.36 0.67 0 0.12 267.6 0.71 0.58
Hex 8F 4A E0 24 43 0 C 10C 47 3A
Octal 217 112 340 44 103 0 14 414 107 72
Binary 10001111 1001010 11100000 100100 1000011 0 1100 100001100 1000111 111010

Color Harmonies of #8F4AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4AE0

Black with #8F4AE0

Text Example


Text Example

White with #8F4AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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