Html Css Color HEX #8F2EDB Blue Violet

📋 copy color: '#8F2EDB'

red 143 ◦ green 46 ◦ blue 219

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

Shades of Blue Violet #8F2EDB

Tints of Blue Violet #8F2EDB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.27%

 BLUE value IS 219 (85.94% from 255) = 53.68%

R = 35.05%
G = 11.27%
B = 53.68%

CMYK

 C value IS 0.35

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8F2EDB (or 0x8F2EDB) is known color: Blue Violet. HEX triplet: 8F, 2E and DB. RGB value is (143,46,219). Sum of RGB (Red+Green+Blue) = 143+46+219=408 (54% of max value = 765). Red value is 143 (56.25% from 255 or 35.05% from 408); Green value is 46 (18.36% from 255 or 11.27% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F2EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2EDB is #70D124. Grayscale: #5E5E5E. Windows color (decimal): -7393573 or 14364303. OLE color: 14364303.

HSL color Cylindrical-coordinate representation of color #8F2EDB: hue angle of 273.64º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8F2EDB is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 46 219 -
CMYK 0.35 0.79 0 0.14
HSL 273.64º 0.71% 0.52% -
HSV(B) 273.64º 0.79% 0.86% -
XYZ 25.09 12.91 68.19 -
YUV 94.73 198.14 162.43 -
System Red Green Blue C M Y K H S L
Decimal 143 46 219 0.35 0.79 0 0.14 273.64 0.71 0.52
Hex 8F 2E DB 23 4F 0 E 112 47 34
Octal 217 56 333 43 117 0 16 422 107 64
Binary 10001111 101110 11011011 100011 1001111 0 1110 100010010 1000111 110100

Color Harmonies of #8F2EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2EDB

Black with #8F2EDB

Text Example


Text Example

White with #8F2EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,46,219); }

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

background-color css

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

 a { background-color: rgb(143,46,219); }

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

border-color css

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

 span { border-color: rgb(143,46,219); }

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