Html Css Color HEX #9421F1 Blue Violet

📋 copy color: '#9421F1'

red 148 ◦ green 33 ◦ blue 241

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

Shades of Blue Violet #9421F1

Tints of Blue Violet #9421F1

RGB

 RED value IS 148 (58.2% from 255) = 35.07%

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

 BLUE value IS 241 (94.53% from 255) = 57.11%

R = 35.07%
G = 7.82%
B = 57.11%

CMYK

 C value IS 0.39

 M value IS 0.86

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9421F1 (or 0x9421F1) is known color: Blue Violet. HEX triplet: 94, 21 and F1. RGB value is (148,33,241). Sum of RGB (Red+Green+Blue) = 148+33+241=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 33 (13.28% from 255 or 7.82% from 422); Blue value is 241 (94.53% from 255 or 57.11% from 422); Max value from RGB is 241 - color contains mainly: blue. Hex color #9421F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9421F1 is #6BDE0E. Grayscale: #5A5A5A. Windows color (decimal): -7069199 or 15802772. OLE color: 15802772.

HSL color Cylindrical-coordinate representation of color #9421F1: hue angle of 273.17º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9421F1 is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 148 33 241 -
CMYK 0.39 0.86 0 0.05
HSL 273.17º 0.88% 0.54% -
HSV(B) 273.17º 0.86% 0.95% -
XYZ 28.63 13.73 84.36 -
YUV 91.1 212.6 168.59 -
System Red Green Blue C M Y K H S L
Decimal 148 33 241 0.39 0.86 0 0.05 273.17 0.88 0.54
Hex 94 21 F1 27 56 0 5 111 58 36
Octal 224 41 361 47 126 0 5 421 130 66
Binary 10010100 100001 11110001 100111 1010110 0 101 100010001 1011000 110110

Color Harmonies of #9421F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9421F1

Black with #9421F1

Text Example


Text Example

White with #9421F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9421F1; }

 p { color: rgb(148,33,241); }

 H1.HeaderClassName
 {
   color: #9421F1;
 }
 .AnyTagClassName
 {
   color: #9421F1;
 }
</style>

background-color css

<style>
 a { background-color: #9421F1; }

 a { background-color: rgb(148,33,241); }

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

border-color css

<style>
 span { border-color: #9421F1; }

 span { border-color: rgb(148,33,241); }

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