Html Css Color HEX #8F2BDB Blue Violet

📋 copy color: '#8F2BDB'

red 143 ◦ green 43 ◦ blue 219

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

Shades of Blue Violet #8F2BDB

Tints of Blue Violet #8F2BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.62%

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

R = 35.31%
G = 10.62%
B = 54.07%

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

#8F2BDB (or 0x8F2BDB) is known color: Blue Violet. HEX triplet: 8F, 2B and DB. RGB value is (143,43,219). Sum of RGB (Red+Green+Blue) = 143+43+219=405 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.31% from 405); Green value is 43 (17.19% from 255 or 10.62% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F2BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2BDB is #70D424. Grayscale: #5C5C5C. Windows color (decimal): -7394341 or 14363535. OLE color: 14363535.

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

Color convert

RGB 143 43 219 -
CMYK 0.35 0.80 0 0.14
HSL 274.09º 0.71% 0.51% -
HSV(B) 274.09º 0.8% 0.86% -
XYZ 24.98 12.68 68.15 -
YUV 92.96 199.13 163.69 -
System Red Green Blue C M Y K H S L
Decimal 143 43 219 0.35 0.80 0 0.14 274.09 0.71 0.51
Hex 8F 2B DB 23 50 0 E 112 47 33
Octal 217 53 333 43 120 0 16 422 107 63
Binary 10001111 101011 11011011 100011 1010000 0 1110 100010010 1000111 110011

Color Harmonies of #8F2BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2BDB

Black with #8F2BDB

Text Example


Text Example

White with #8F2BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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