Html Css Color HEX #8F28DB Blue Violet

📋 copy color: '#8F28DB'

red 143 ◦ green 40 ◦ blue 219

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

Shades of Blue Violet #8F28DB

Tints of Blue Violet #8F28DB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.95%

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

R = 35.57%
G = 9.95%
B = 54.48%

CMYK

 C value IS 0.35

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8F28DB (or 0x8F28DB) is known color: Blue Violet. HEX triplet: 8F, 28 and DB. RGB value is (143,40,219). Sum of RGB (Red+Green+Blue) = 143+40+219=402 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.57% from 402); Green value is 40 (16.02% from 255 or 9.95% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F28DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F28DB is #70D724. Grayscale: #5A5A5A. Windows color (decimal): -7395109 or 14362767. OLE color: 14362767.

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

Color convert

RGB 143 40 219 -
CMYK 0.35 0.82 0 0.14
HSL 274.53º 0.71% 0.51% -
HSV(B) 274.53º 0.82% 0.86% -
XYZ 24.87 12.47 68.11 -
YUV 91.2 200.12 164.95 -
System Red Green Blue C M Y K H S L
Decimal 143 40 219 0.35 0.82 0 0.14 274.53 0.71 0.51
Hex 8F 28 DB 23 52 0 E 113 47 33
Octal 217 50 333 43 122 0 16 423 107 63
Binary 10001111 101000 11011011 100011 1010010 0 1110 100010011 1000111 110011

Color Harmonies of #8F28DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F28DB

Black with #8F28DB

Text Example


Text Example

White with #8F28DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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