Html Css Color HEX #8F21FA Blue Violet

📋 copy color: '#8F21FA'

red 143 ◦ green 33 ◦ blue 250

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

Shades of Blue Violet #8F21FA

Tints of Blue Violet #8F21FA

RGB

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

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

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

R = 33.57%
G = 7.75%
B = 58.69%

CMYK

 C value IS 0.43

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8F21FA (or 0x8F21FA) is known color: Blue Violet. HEX triplet: 8F, 21 and FA. RGB value is (143,33,250). Sum of RGB (Red+Green+Blue) = 143+33+250=426 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.57% from 426); Green value is 33 (13.28% from 255 or 7.75% from 426); Blue value is 250 (98.05% from 255 or 58.69% from 426); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F21FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F21FA is #70DE05. Grayscale: #595959. Windows color (decimal): -7396870 or 16392591. OLE color: 16392591.

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

Color convert

RGB 143 33 250 -
CMYK 0.43 0.87 0 0.02
HSL 270.41º 0.96% 0.55% -
HSV(B) 270.41º 0.87% 0.98% -
XYZ 29.13 13.83 91.58 -
YUV 90.63 217.94 165.36 -
System Red Green Blue C M Y K H S L
Decimal 143 33 250 0.43 0.87 0 0.02 270.41 0.96 0.55
Hex 8F 21 FA 2B 57 0 2 10E 60 37
Octal 217 41 372 53 127 0 2 416 140 67
Binary 10001111 100001 11111010 101011 1010111 0 10 100001110 1100000 110111

Color Harmonies of #8F21FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F21FA

Black with #8F21FA

Text Example


Text Example

White with #8F21FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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