Html Css Color HEX #9F21EF Blue Violet

📋 copy color: '#9F21EF'

red 159 ◦ green 33 ◦ blue 239

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

Shades of Blue Violet #9F21EF

Tints of Blue Violet #9F21EF

RGB

 RED value IS 159 (62.5% from 255) = 36.89%

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

 BLUE value IS 239 (93.75% from 255) = 55.45%

R = 36.89%
G = 7.66%
B = 55.45%

CMYK

 C value IS 0.33

 M value IS 0.86

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9F21EF (or 0x9F21EF) is known color: Blue Violet. HEX triplet: 9F, 21 and EF. RGB value is (159,33,239). Sum of RGB (Red+Green+Blue) = 159+33+239=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 33 (13.28% from 255 or 7.66% from 431); Blue value is 239 (93.75% from 255 or 55.45% from 431); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F21EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F21EF is #60DE10. Grayscale: #5D5D5D. Windows color (decimal): -6348305 or 15671711. OLE color: 15671711.

HSL color Cylindrical-coordinate representation of color #9F21EF: hue angle of 276.7º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F21EF is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 159 33 239 -
CMYK 0.33 0.86 0 0.06
HSL 276.7º 0.87% 0.53% -
HSV(B) 276.7º 0.86% 0.94% -
XYZ 30.42 14.69 82.89 -
YUV 94.16 209.74 174.25 -
System Red Green Blue C M Y K H S L
Decimal 159 33 239 0.33 0.86 0 0.06 276.7 0.87 0.53
Hex 9F 21 EF 21 56 0 6 115 57 35
Octal 237 41 357 41 126 0 6 425 127 65
Binary 10011111 100001 11101111 100001 1010110 0 110 100010101 1010111 110101

Color Harmonies of #9F21EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F21EF

Black with #9F21EF

Text Example


Text Example

White with #9F21EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F21EF; }

 p { color: rgb(159,33,239); }

 H1.HeaderClassName
 {
   color: #9F21EF;
 }
 .AnyTagClassName
 {
   color: #9F21EF;
 }
</style>

background-color css

<style>
 a { background-color: #9F21EF; }

 a { background-color: rgb(159,33,239); }

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

border-color css

<style>
 span { border-color: #9F21EF; }

 span { border-color: rgb(159,33,239); }

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