Html Css Color HEX #9041F6 Blue Violet

📋 copy color: '#9041F6'

red 144 ◦ green 65 ◦ blue 246

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

Shades of Blue Violet #9041F6

Tints of Blue Violet #9041F6

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.29%

 BLUE value IS 246 (96.48% from 255) = 54.07%

R = 31.65%
G = 14.29%
B = 54.07%

CMYK

 C value IS 0.41

 M value IS 0.74

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9041F6 (or 0x9041F6) is known color: Blue Violet. HEX triplet: 90, 41 and F6. RGB value is (144,65,246). Sum of RGB (Red+Green+Blue) = 144+65+246=455 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.65% from 455); Green value is 65 (25.78% from 255 or 14.29% from 455); Blue value is 246 (96.48% from 255 or 54.07% from 455); Max value from RGB is 246 - color contains mainly: blue. Hex color #9041F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9041F6 is #6FBE09. Grayscale: #6C6C6C. Windows color (decimal): -7323146 or 16138640. OLE color: 16138640.

HSL color Cylindrical-coordinate representation of color #9041F6: hue angle of 266.19º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9041F6 is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 144 65 246 -
CMYK 0.41 0.74 0 0.04
HSL 266.19º 0.91% 0.61% -
HSV(B) 266.19º 0.74% 0.96% -
XYZ 30.03 16.36 88.76 -
YUV 109.26 205.17 152.78 -
System Red Green Blue C M Y K H S L
Decimal 144 65 246 0.41 0.74 0 0.04 266.19 0.91 0.61
Hex 90 41 F6 29 4A 0 4 10A 5B 3D
Octal 220 101 366 51 112 0 4 412 133 75
Binary 10010000 1000001 11110110 101001 1001010 0 100 100001010 1011011 111101

Color Harmonies of #9041F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9041F6

Black with #9041F6

Text Example


Text Example

White with #9041F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9041F6; }

 p { color: rgb(144,65,246); }

 H1.HeaderClassName
 {
   color: #9041F6;
 }
 .AnyTagClassName
 {
   color: #9041F6;
 }
</style>

background-color css

<style>
 a { background-color: #9041F6; }

 a { background-color: rgb(144,65,246); }

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

border-color css

<style>
 span { border-color: #9041F6; }

 span { border-color: rgb(144,65,246); }

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