Html Css Color HEX #9F21FC Blue Violet

📋 copy color: '#9F21FC'

red 159 ◦ green 33 ◦ blue 252

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

Shades of Blue Violet #9F21FC

Tints of Blue Violet #9F21FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.76%

R = 35.81%
G = 7.43%
B = 56.76%

CMYK

 C value IS 0.37

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9F21FC (or 0x9F21FC) is known color: Blue Violet. HEX triplet: 9F, 21 and FC. RGB value is (159,33,252). Sum of RGB (Red+Green+Blue) = 159+33+252=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 33 (13.28% from 255 or 7.43% from 444); Blue value is 252 (98.83% from 255 or 56.76% from 444); Max value from RGB is 252 - color contains mainly: blue. Hex color #9F21FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F21FC is #60DE03. Grayscale: #5E5E5E. Windows color (decimal): -6348292 or 16523679. OLE color: 16523679.

HSL color Cylindrical-coordinate representation of color #9F21FC: hue angle of 274.52º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F21FC is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 159 33 252 -
CMYK 0.37 0.87 0 0.01
HSL 274.52º 0.97% 0.56% -
HSV(B) 274.52º 0.87% 0.99% -
XYZ 32.41 15.49 93.38 -
YUV 95.64 216.24 173.19 -
System Red Green Blue C M Y K H S L
Decimal 159 33 252 0.37 0.87 0 0.01 274.52 0.97 0.56
Hex 9F 21 FC 25 57 0 1 113 61 38
Octal 237 41 374 45 127 0 1 423 141 70
Binary 10011111 100001 11111100 100101 1010111 0 1 100010011 1100001 111000

Color Harmonies of #9F21FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F21FC

Black with #9F21FC

Text Example


Text Example

White with #9F21FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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