Html Css Color HEX #9040F1 Blue Violet

📋 copy color: '#9040F1'

red 144 ◦ green 64 ◦ blue 241

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

Shades of Blue Violet #9040F1

Tints of Blue Violet #9040F1

RGB

 RED value IS 144 (56.64% from 255) = 32.07%

 GREEN value IS 64 (25.39% from 255) = 14.25%

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

R = 32.07%
G = 14.25%
B = 53.67%

CMYK

 C value IS 0.40

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9040F1 (or 0x9040F1) is known color: Blue Violet. HEX triplet: 90, 40 and F1. RGB value is (144,64,241). Sum of RGB (Red+Green+Blue) = 144+64+241=449 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.07% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 241 (94.53% from 255 or 53.67% from 449); Max value from RGB is 241 - color contains mainly: blue. Hex color #9040F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9040F1 is #6FBF0E. Grayscale: #6B6B6B. Windows color (decimal): -7323407 or 15810704. OLE color: 15810704.

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

Color convert

RGB 144 64 241 -
CMYK 0.40 0.73 0 0.05
HSL 267.12º 0.86% 0.6% -
HSV(B) 267.12º 0.73% 0.95% -
XYZ 29.21 15.95 84.76 -
YUV 108.1 203 153.61 -
System Red Green Blue C M Y K H S L
Decimal 144 64 241 0.40 0.73 0 0.05 267.12 0.86 0.6
Hex 90 40 F1 28 49 0 5 10B 56 3C
Octal 220 100 361 50 111 0 5 413 126 74
Binary 10010000 1000000 11110001 101000 1001001 0 101 100001011 1010110 111100

Color Harmonies of #9040F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9040F1

Black with #9040F1

Text Example


Text Example

White with #9040F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,64,241); }

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

background-color css

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

 a { background-color: rgb(144,64,241); }

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

border-color css

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

 span { border-color: rgb(144,64,241); }

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