Html Css Color HEX #8F2DDC Blue Violet

📋 copy color: '#8F2DDC'

red 143 ◦ green 45 ◦ blue 220

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

Shades of Blue Violet #8F2DDC

Tints of Blue Violet #8F2DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.92%

R = 35.05%
G = 11.03%
B = 53.92%

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

#8F2DDC (or 0x8F2DDC) is known color: Blue Violet. HEX triplet: 8F, 2D and DC. RGB value is (143,45,220). Sum of RGB (Red+Green+Blue) = 143+45+220=408 (54% of max value = 765). Red value is 143 (56.25% from 255 or 35.05% from 408); Green value is 45 (17.97% from 255 or 11.03% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F2DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2DDC is #70D223. Grayscale: #5D5D5D. Windows color (decimal): -7393828 or 14429583. OLE color: 14429583.

HSL color Cylindrical-coordinate representation of color #8F2DDC: hue angle of 273.6º 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 #8F2DDC is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 45 220 -
CMYK 0.35 0.80 0 0.14
HSL 273.6º 0.71% 0.52% -
HSV(B) 273.6º 0.8% 0.86% -
XYZ 25.18 12.88 68.87 -
YUV 94.25 198.97 162.77 -
System Red Green Blue C M Y K H S L
Decimal 143 45 220 0.35 0.80 0 0.14 273.6 0.71 0.52
Hex 8F 2D DC 23 50 0 E 112 47 34
Octal 217 55 334 43 120 0 16 422 107 64
Binary 10001111 101101 11011100 100011 1010000 0 1110 100010010 1000111 110100

Color Harmonies of #8F2DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2DDC

Black with #8F2DDC

Text Example


Text Example

White with #8F2DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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