Html Css Color HEX #8F21F6 Blue Violet

📋 copy color: '#8F21F6'

red 143 ◦ green 33 ◦ blue 246

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

Shades of Blue Violet #8F21F6

Tints of Blue Violet #8F21F6

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.82%

 BLUE value IS 246 (96.48% from 255) = 58.29%

R = 33.89%
G = 7.82%
B = 58.29%

CMYK

 C value IS 0.42

 M value IS 0.87

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8F21F6 (or 0x8F21F6) is known color: Blue Violet. HEX triplet: 8F, 21 and F6. RGB value is (143,33,246). Sum of RGB (Red+Green+Blue) = 143+33+246=422 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.89% from 422); Green value is 33 (13.28% from 255 or 7.82% from 422); Blue value is 246 (96.48% from 255 or 58.29% from 422); Max value from RGB is 246 - color contains mainly: blue. Hex color #8F21F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F21F6 is #70DE09. Grayscale: #595959. Windows color (decimal): -7396874 or 16130447. OLE color: 16130447.

HSL color Cylindrical-coordinate representation of color #8F21F6: hue angle of 270.99º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F21F6 is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 143 33 246 -
CMYK 0.42 0.87 0 0.04
HSL 270.99º 0.92% 0.55% -
HSV(B) 270.99º 0.87% 0.96% -
XYZ 28.51 13.58 88.31 -
YUV 90.17 215.94 165.68 -
System Red Green Blue C M Y K H S L
Decimal 143 33 246 0.42 0.87 0 0.04 270.99 0.92 0.55
Hex 8F 21 F6 2A 57 0 4 10F 5C 37
Octal 217 41 366 52 127 0 4 417 134 67
Binary 10001111 100001 11110110 101010 1010111 0 100 100001111 1011100 110111

Color Harmonies of #8F21F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F21F6

Black with #8F21F6

Text Example


Text Example

White with #8F21F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,33,246); }

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

background-color css

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

 a { background-color: rgb(143,33,246); }

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

border-color css

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

 span { border-color: rgb(143,33,246); }

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