Html Css Color HEX #9019FE Blue Violet

📋 copy color: '#9019FE'

red 144 ◦ green 25 ◦ blue 254

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

Shades of Blue Violet #9019FE

Tints of Blue Violet #9019FE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.91%

 BLUE value IS 254 (99.61% from 255) = 60.05%

R = 34.04%
G = 5.91%
B = 60.05%

CMYK

 C value IS 0.43

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9019FE (or 0x9019FE) is known color: Blue Violet. HEX triplet: 90, 19 and FE. RGB value is (144,25,254). Sum of RGB (Red+Green+Blue) = 144+25+254=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 25 (10.16% from 255 or 5.91% from 423); Blue value is 254 (99.61% from 255 or 60.05% from 423); Max value from RGB is 254 - color contains mainly: blue. Hex color #9019FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9019FE is #6FE601. Grayscale: #555555. Windows color (decimal): -7333378 or 16652688. OLE color: 16652688.

HSL color Cylindrical-coordinate representation of color #9019FE: hue angle of 271.18º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9019FE is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 144 25 254 -
CMYK 0.43 0.90 0 0.00
HSL 271.18º 0.99% 0.55% -
HSV(B) 271.18º 0.9% 1% -
XYZ 29.74 13.78 94.86 -
YUV 86.69 222.42 168.88 -
System Red Green Blue C M Y K H S L
Decimal 144 25 254 0.43 0.90 0 0.00 271.18 0.99 0.55
Hex 90 19 FE 2B 5A 0 0 10F 63 37
Octal 220 31 376 53 132 0 0 417 143 67
Binary 10010000 11001 11111110 101011 1011010 0 0 100001111 1100011 110111

Color Harmonies of #9019FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9019FE

Black with #9019FE

Text Example


Text Example

White with #9019FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9019FE; }

 p { color: rgb(144,25,254); }

 H1.HeaderClassName
 {
   color: #9019FE;
 }
 .AnyTagClassName
 {
   color: #9019FE;
 }
</style>

background-color css

<style>
 a { background-color: #9019FE; }

 a { background-color: rgb(144,25,254); }

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

border-color css

<style>
 span { border-color: #9019FE; }

 span { border-color: rgb(144,25,254); }

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