Html Css Color HEX #8F3CDB Blue Violet

📋 copy color: '#8F3CDB'

red 143 ◦ green 60 ◦ blue 219

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

Shades of Blue Violet #8F3CDB

Tints of Blue Violet #8F3CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.9%

R = 33.89%
G = 14.22%
B = 51.9%

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

#8F3CDB (or 0x8F3CDB) is known color: Blue Violet. HEX triplet: 8F, 3C and DB. RGB value is (143,60,219). Sum of RGB (Red+Green+Blue) = 143+60+219=422 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.89% from 422); Green value is 60 (23.83% from 255 or 14.22% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F3CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F3CDB is #70C324. Grayscale: #666666. Windows color (decimal): -7389989 or 14367887. OLE color: 14367887.

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

Color convert

RGB 143 60 219 -
CMYK 0.35 0.73 0 0.14
HSL 271.32º 0.69% 0.55% -
HSV(B) 271.32º 0.73% 0.86% -
XYZ 25.73 14.19 68.4 -
YUV 102.94 193.5 156.57 -
System Red Green Blue C M Y K H S L
Decimal 143 60 219 0.35 0.73 0 0.14 271.32 0.69 0.55
Hex 8F 3C DB 23 49 0 E 10F 45 37
Octal 217 74 333 43 111 0 16 417 105 67
Binary 10001111 111100 11011011 100011 1001001 0 1110 100001111 1000101 110111

Color Harmonies of #8F3CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3CDB

Black with #8F3CDB

Text Example


Text Example

White with #8F3CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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