Html Css Color HEX #9009F1 Dark Violet

📋 copy color: '#9009F1'

red 144 ◦ green 9 ◦ blue 241

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

Shades of Dark Violet #9009F1

Tints of Dark Violet #9009F1

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.28%

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

R = 36.55%
G = 2.28%
B = 61.17%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9009F1 (or 0x9009F1) is known color: Dark Violet. HEX triplet: 90, 09 and F1. RGB value is (144,9,241). Sum of RGB (Red+Green+Blue) = 144+9+241=394 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.55% from 394); Green value is 9 (3.91% from 255 or 2.28% from 394); Blue value is 241 (94.53% from 255 or 61.17% from 394); Max value from RGB is 241 - color contains mainly: blue. Hex color #9009F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9009F1 is #6FF60E. Grayscale: #4B4B4B. Windows color (decimal): -7337487 or 15796624. OLE color: 15796624.

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

Color convert

RGB 144 9 241 -
CMYK 0.40 0.96 0 0.05
HSL 274.91º 0.93% 0.49% -
HSV(B) 274.91º 0.96% 0.95% -
XYZ 27.48 12.48 84.18 -
YUV 75.81 221.23 176.64 -
System Red Green Blue C M Y K H S L
Decimal 144 9 241 0.40 0.96 0 0.05 274.91 0.93 0.49
Hex 90 9 F1 28 60 0 5 113 5D 31
Octal 220 11 361 50 140 0 5 423 135 61
Binary 10010000 1001 11110001 101000 1100000 0 101 100010011 1011101 110001

Color Harmonies of #9009F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9009F1

Black with #9009F1

Text Example


Text Example

White with #9009F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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