Html Css Color HEX #8F29EC Blue Violet

📋 copy color: '#8F29EC'

red 143 ◦ green 41 ◦ blue 236

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

Shades of Blue Violet #8F29EC

Tints of Blue Violet #8F29EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 56.19%

R = 34.05%
G = 9.76%
B = 56.19%

CMYK

 C value IS 0.39

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8F29EC (or 0x8F29EC) is known color: Blue Violet. HEX triplet: 8F, 29 and EC. RGB value is (143,41,236). Sum of RGB (Red+Green+Blue) = 143+41+236=420 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.05% from 420); Green value is 41 (16.41% from 255 or 9.76% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F29EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F29EC is #70D613. Grayscale: #5D5D5D. Windows color (decimal): -7394836 or 15477135. OLE color: 15477135.

HSL color Cylindrical-coordinate representation of color #8F29EC: hue angle of 271.38º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F29EC is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 41 236 -
CMYK 0.39 0.83 0 0.07
HSL 271.38º 0.84% 0.54% -
HSV(B) 271.38º 0.83% 0.93% -
XYZ 27.26 13.48 80.52 -
YUV 93.73 208.29 163.14 -
System Red Green Blue C M Y K H S L
Decimal 143 41 236 0.39 0.83 0 0.07 271.38 0.84 0.54
Hex 8F 29 EC 27 53 0 7 10F 54 36
Octal 217 51 354 47 123 0 7 417 124 66
Binary 10001111 101001 11101100 100111 1010011 0 111 100001111 1010100 110110

Color Harmonies of #8F29EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F29EC

Black with #8F29EC

Text Example


Text Example

White with #8F29EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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