Html Css Color HEX #8F2CDC Blue Violet

📋 copy color: '#8F2CDC'

red 143 ◦ green 44 ◦ blue 220

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

Shades of Blue Violet #8F2CDC

Tints of Blue Violet #8F2CDC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.81%

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

R = 35.14%
G = 10.81%
B = 54.05%

CMYK

 C value IS 0.35

 M value IS 0.8

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8F2CDC (or 0x8F2CDC) is known color: Blue Violet. HEX triplet: 8F, 2C and DC. RGB value is (143,44,220). Sum of RGB (Red+Green+Blue) = 143+44+220=407 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.14% from 407); Green value is 44 (17.58% from 255 or 10.81% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F2CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2CDC is #70D323. Grayscale: #5D5D5D. Windows color (decimal): -7394084 or 14429327. OLE color: 14429327.

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

Color convert

RGB 143 44 220 -
CMYK 0.35 0.8 0 0.14
HSL 273.75º 0.72% 0.52% -
HSV(B) 273.75º 0.8% 0.86% -
XYZ 25.15 12.81 68.86 -
YUV 93.67 199.3 163.19 -
System Red Green Blue C M Y K H S L
Decimal 143 44 220 0.35 0.8 0 0.14 273.75 0.72 0.52
Hex 8F 2C DC 23 50 0 E 112 48 34
Octal 217 54 334 43 120 0 16 422 110 64
Binary 10001111 101100 11011100 100011 1010000 0 1110 100010010 1001000 110100

Color Harmonies of #8F2CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2CDC

Black with #8F2CDC

Text Example


Text Example

White with #8F2CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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