Html Css Color HEX #8F29FA Blue Violet

📋 copy color: '#8F29FA'

red 143 ◦ green 41 ◦ blue 250

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

Shades of Blue Violet #8F29FA

Tints of Blue Violet #8F29FA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.45%

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

R = 32.95%
G = 9.45%
B = 57.6%

CMYK

 C value IS 0.43

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8F29FA (or 0x8F29FA) is known color: Blue Violet. HEX triplet: 8F, 29 and FA. RGB value is (143,41,250). Sum of RGB (Red+Green+Blue) = 143+41+250=434 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.95% from 434); Green value is 41 (16.41% from 255 or 9.45% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F29FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F29FA is #70D605. Grayscale: #5E5E5E. Windows color (decimal): -7394822 or 16394639. OLE color: 16394639.

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

Color convert

RGB 143 41 250 -
CMYK 0.43 0.84 0 0.02
HSL 269.28º 0.95% 0.57% -
HSV(B) 269.28º 0.84% 0.98% -
XYZ 29.38 14.33 91.66 -
YUV 95.32 215.29 162.01 -
System Red Green Blue C M Y K H S L
Decimal 143 41 250 0.43 0.84 0 0.02 269.28 0.95 0.57
Hex 8F 29 FA 2B 54 0 2 10D 5F 39
Octal 217 51 372 53 124 0 2 415 137 71
Binary 10001111 101001 11111010 101011 1010100 0 10 100001101 1011111 111001

Color Harmonies of #8F29FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F29FA

Black with #8F29FA

Text Example


Text Example

White with #8F29FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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