Html Css Color HEX #8F41FA Blue Violet

📋 copy color: '#8F41FA'

red 143 ◦ green 65 ◦ blue 250

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

Shades of Blue Violet #8F41FA

Tints of Blue Violet #8F41FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.59%

R = 31.22%
G = 14.19%
B = 54.59%

CMYK

 C value IS 0.43

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8F41FA (or 0x8F41FA) is known color: Blue Violet. HEX triplet: 8F, 41 and FA. RGB value is (143,65,250). Sum of RGB (Red+Green+Blue) = 143+65+250=458 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.22% from 458); Green value is 65 (25.78% from 255 or 14.19% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F41FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F41FA is #70BE05. Grayscale: #6C6C6C. Windows color (decimal): -7388678 or 16400783. OLE color: 16400783.

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

Color convert

RGB 143 65 250 -
CMYK 0.43 0.74 0 0.02
HSL 265.3º 0.95% 0.62% -
HSV(B) 265.3º 0.74% 0.98% -
XYZ 30.47 16.52 92.03 -
YUV 109.41 207.34 151.96 -
System Red Green Blue C M Y K H S L
Decimal 143 65 250 0.43 0.74 0 0.02 265.3 0.95 0.62
Hex 8F 41 FA 2B 4A 0 2 109 5F 3E
Octal 217 101 372 53 112 0 2 411 137 76
Binary 10001111 1000001 11111010 101011 1001010 0 10 100001001 1011111 111110

Color Harmonies of #8F41FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F41FA

Black with #8F41FA

Text Example


Text Example

White with #8F41FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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