Html Css Color HEX #8F21EE Blue Violet

📋 copy color: '#8F21EE'

red 143 ◦ green 33 ◦ blue 238

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

Shades of Blue Violet #8F21EE

Tints of Blue Violet #8F21EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 57.49%

R = 34.54%
G = 7.97%
B = 57.49%

CMYK

 C value IS 0.40

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8F21EE (or 0x8F21EE) is known color: Blue Violet. HEX triplet: 8F, 21 and EE. RGB value is (143,33,238). Sum of RGB (Red+Green+Blue) = 143+33+238=414 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.54% from 414); Green value is 33 (13.28% from 255 or 7.97% from 414); Blue value is 238 (93.36% from 255 or 57.49% from 414); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F21EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F21EE is #70DE11. Grayscale: #585858. Windows color (decimal): -7396882 or 15606159. OLE color: 15606159.

HSL color Cylindrical-coordinate representation of color #8F21EE: hue angle of 272.2º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F21EE is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 33 238 -
CMYK 0.40 0.86 0 0.07
HSL 272.2º 0.86% 0.53% -
HSV(B) 272.2º 0.86% 0.93% -
XYZ 27.3 13.1 81.98 -
YUV 89.26 211.94 166.33 -
System Red Green Blue C M Y K H S L
Decimal 143 33 238 0.40 0.86 0 0.07 272.2 0.86 0.53
Hex 8F 21 EE 28 56 0 7 110 56 35
Octal 217 41 356 50 126 0 7 420 126 65
Binary 10001111 100001 11101110 101000 1010110 0 111 100010000 1010110 110101

Color Harmonies of #8F21EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F21EE

Black with #8F21EE

Text Example


Text Example

White with #8F21EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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