Html Css Color HEX #8F2DDF Blue Violet

📋 copy color: '#8F2DDF'

red 143 ◦ green 45 ◦ blue 223

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

Shades of Blue Violet #8F2DDF

Tints of Blue Violet #8F2DDF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.95%

 BLUE value IS 223 (87.5% from 255) = 54.26%

R = 34.79%
G = 10.95%
B = 54.26%

CMYK

 C value IS 0.36

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F2DDF (or 0x8F2DDF) is known color: Blue Violet. HEX triplet: 8F, 2D and DF. RGB value is (143,45,223). Sum of RGB (Red+Green+Blue) = 143+45+223=411 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.79% from 411); Green value is 45 (17.97% from 255 or 10.95% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F2DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2DDF is #70D220. Grayscale: #5D5D5D. Windows color (decimal): -7393825 or 14626191. OLE color: 14626191.

HSL color Cylindrical-coordinate representation of color #8F2DDF: hue angle of 273.03º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8F2DDF is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 45 223 -
CMYK 0.36 0.80 0 0.13
HSL 273.03º 0.74% 0.53% -
HSV(B) 273.03º 0.8% 0.87% -
XYZ 25.59 13.04 70.98 -
YUV 94.59 200.47 162.53 -
System Red Green Blue C M Y K H S L
Decimal 143 45 223 0.36 0.80 0 0.13 273.03 0.74 0.53
Hex 8F 2D DF 24 50 0 D 111 4A 35
Octal 217 55 337 44 120 0 15 421 112 65
Binary 10001111 101101 11011111 100100 1010000 0 1101 100010001 1001010 110101

Color Harmonies of #8F2DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2DDF

Black with #8F2DDF

Text Example


Text Example

White with #8F2DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,45,223); }

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

background-color css

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

 a { background-color: rgb(143,45,223); }

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

border-color css

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

 span { border-color: rgb(143,45,223); }

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