Html Css Color HEX #8F1AED Blue Violet

📋 copy color: '#8F1AED'

red 143 ◦ green 26 ◦ blue 237

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

Shades of Blue Violet #8F1AED

Tints of Blue Violet #8F1AED

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.4%

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

R = 35.22%
G = 6.4%
B = 58.37%

CMYK

 C value IS 0.40

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8F1AED (or 0x8F1AED) is known color: Blue Violet. HEX triplet: 8F, 1A and ED. RGB value is (143,26,237). Sum of RGB (Red+Green+Blue) = 143+26+237=406 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.22% from 406); Green value is 26 (10.55% from 255 or 6.40% from 406); Blue value is 237 (92.97% from 255 or 58.37% from 406); Max value from RGB is 237 - color contains mainly: blue. Hex color #8F1AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F1AED is #70E512. Grayscale: #545454. Windows color (decimal): -7398675 or 15538831. OLE color: 15538831.

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

Color convert

RGB 143 26 237 -
CMYK 0.40 0.89 0 0.07
HSL 273.27º 0.85% 0.52% -
HSV(B) 273.27º 0.89% 0.93% -
XYZ 26.98 12.69 81.15 -
YUV 85.04 213.76 169.34 -
System Red Green Blue C M Y K H S L
Decimal 143 26 237 0.40 0.89 0 0.07 273.27 0.85 0.52
Hex 8F 1A ED 28 59 0 7 111 55 34
Octal 217 32 355 50 131 0 7 421 125 64
Binary 10001111 11010 11101101 101000 1011001 0 111 100010001 1010101 110100

Color Harmonies of #8F1AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1AED

Black with #8F1AED

Text Example


Text Example

White with #8F1AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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