Html Css Color HEX #8F28DD Blue Violet

📋 copy color: '#8F28DD'

red 143 ◦ green 40 ◦ blue 221

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

Shades of Blue Violet #8F28DD

Tints of Blue Violet #8F28DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.7%

R = 35.4%
G = 9.9%
B = 54.7%

CMYK

 C value IS 0.35

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F28DD (or 0x8F28DD) is known color: Blue Violet. HEX triplet: 8F, 28 and DD. RGB value is (143,40,221). Sum of RGB (Red+Green+Blue) = 143+40+221=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 40 (16.02% from 255 or 9.90% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F28DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F28DD is #70D722. Grayscale: #5A5A5A. Windows color (decimal): -7395107 or 14493839. OLE color: 14493839.

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

Color convert

RGB 143 40 221 -
CMYK 0.35 0.82 0 0.13
HSL 274.14º 0.73% 0.51% -
HSV(B) 274.14º 0.82% 0.87% -
XYZ 25.14 12.58 69.51 -
YUV 91.43 201.12 164.78 -
System Red Green Blue C M Y K H S L
Decimal 143 40 221 0.35 0.82 0 0.13 274.14 0.73 0.51
Hex 8F 28 DD 23 52 0 D 112 49 33
Octal 217 50 335 43 122 0 15 422 111 63
Binary 10001111 101000 11011101 100011 1010010 0 1101 100010010 1001001 110011

Color Harmonies of #8F28DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F28DD

Black with #8F28DD

Text Example


Text Example

White with #8F28DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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