Html Css Color HEX #8F3CDC Blue Violet

📋 copy color: '#8F3CDC'

red 143 ◦ green 60 ◦ blue 220

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

Shades of Blue Violet #8F3CDC

Tints of Blue Violet #8F3CDC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.18%

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

R = 33.81%
G = 14.18%
B = 52.01%

CMYK

 C value IS 0.35

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8F3CDC (or 0x8F3CDC) is known color: Blue Violet. HEX triplet: 8F, 3C and DC. RGB value is (143,60,220). Sum of RGB (Red+Green+Blue) = 143+60+220=423 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.81% from 423); Green value is 60 (23.83% from 255 or 14.18% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F3CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F3CDC is #70C323. Grayscale: #666666. Windows color (decimal): -7389988 or 14433423. OLE color: 14433423.

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

Color convert

RGB 143 60 220 -
CMYK 0.35 0.73 0 0.14
HSL 271.13º 0.7% 0.55% -
HSV(B) 271.13º 0.73% 0.86% -
XYZ 25.86 14.24 69.1 -
YUV 103.06 194 156.49 -
System Red Green Blue C M Y K H S L
Decimal 143 60 220 0.35 0.73 0 0.14 271.13 0.7 0.55
Hex 8F 3C DC 23 49 0 E 10F 46 37
Octal 217 74 334 43 111 0 16 417 106 67
Binary 10001111 111100 11011100 100011 1001001 0 1110 100001111 1000110 110111

Color Harmonies of #8F3CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3CDC

Black with #8F3CDC

Text Example


Text Example

White with #8F3CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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