Html Css Color HEX #8F41FC Blue Violet

📋 copy color: '#8F41FC'

red 143 ◦ green 65 ◦ blue 252

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

Shades of Blue Violet #8F41FC

Tints of Blue Violet #8F41FC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.13%

 BLUE value IS 252 (98.83% from 255) = 54.78%

R = 31.09%
G = 14.13%
B = 54.78%

CMYK

 C value IS 0.43

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8F41FC (or 0x8F41FC) is known color: Blue Violet. HEX triplet: 8F, 41 and FC. RGB value is (143,65,252). Sum of RGB (Red+Green+Blue) = 143+65+252=460 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.09% from 460); Green value is 65 (25.78% from 255 or 14.13% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #8F41FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F41FC is #70BE03. Grayscale: #6C6C6C. Windows color (decimal): -7388676 or 16531855. OLE color: 16531855.

HSL color Cylindrical-coordinate representation of color #8F41FC: hue angle of 265.03º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F41FC is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 143 65 252 -
CMYK 0.43 0.74 0 0.01
HSL 265.03º 0.97% 0.62% -
HSV(B) 265.03º 0.74% 0.99% -
XYZ 30.79 16.65 93.69 -
YUV 109.64 208.34 151.79 -
System Red Green Blue C M Y K H S L
Decimal 143 65 252 0.43 0.74 0 0.01 265.03 0.97 0.62
Hex 8F 41 FC 2B 4A 0 1 109 61 3E
Octal 217 101 374 53 112 0 1 411 141 76
Binary 10001111 1000001 11111100 101011 1001010 0 1 100001001 1100001 111110

Color Harmonies of #8F41FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F41FC

Black with #8F41FC

Text Example


Text Example

White with #8F41FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,65,252); }

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

background-color css

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

 a { background-color: rgb(143,65,252); }

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

border-color css

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

 span { border-color: rgb(143,65,252); }

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