Html Css Color HEX #8F2CDB Blue Violet

📋 copy color: '#8F2CDB'

red 143 ◦ green 44 ◦ blue 219

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

Shades of Blue Violet #8F2CDB

Tints of Blue Violet #8F2CDB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.84%

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

R = 35.22%
G = 10.84%
B = 53.94%

CMYK

 C value IS 0.35

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8F2CDB (or 0x8F2CDB) is known color: Blue Violet. HEX triplet: 8F, 2C and DB. RGB value is (143,44,219). Sum of RGB (Red+Green+Blue) = 143+44+219=406 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.22% from 406); Green value is 44 (17.58% from 255 or 10.84% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F2CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2CDB is #70D324. Grayscale: #5C5C5C. Windows color (decimal): -7394085 or 14363791. OLE color: 14363791.

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

Color convert

RGB 143 44 219 -
CMYK 0.35 0.80 0 0.14
HSL 273.94º 0.71% 0.52% -
HSV(B) 273.94º 0.8% 0.86% -
XYZ 25.01 12.76 68.16 -
YUV 93.55 198.8 163.27 -
System Red Green Blue C M Y K H S L
Decimal 143 44 219 0.35 0.80 0 0.14 273.94 0.71 0.52
Hex 8F 2C DB 23 50 0 E 112 47 34
Octal 217 54 333 43 120 0 16 422 107 64
Binary 10001111 101100 11011011 100011 1010000 0 1110 100010010 1000111 110100

Color Harmonies of #8F2CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2CDB

Black with #8F2CDB

Text Example


Text Example

White with #8F2CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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