Html Css Color HEX #9019EF Blue Violet

📋 copy color: '#9019EF'

red 144 ◦ green 25 ◦ blue 239

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

Shades of Blue Violet #9019EF

Tints of Blue Violet #9019EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 58.58%

R = 35.29%
G = 6.13%
B = 58.58%

CMYK

 C value IS 0.40

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9019EF (or 0x9019EF) is known color: Blue Violet. HEX triplet: 90, 19 and EF. RGB value is (144,25,239). Sum of RGB (Red+Green+Blue) = 144+25+239=408 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.29% from 408); Green value is 25 (10.16% from 255 or 6.13% from 408); Blue value is 239 (93.75% from 255 or 58.58% from 408); Max value from RGB is 239 - color contains mainly: blue. Hex color #9019EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9019EF is #6FE610. Grayscale: #545454. Windows color (decimal): -7333393 or 15669648. OLE color: 15669648.

HSL color Cylindrical-coordinate representation of color #9019EF: hue angle of 273.36º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9019EF is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 144 25 239 -
CMYK 0.40 0.90 0 0.06
HSL 273.36º 0.87% 0.52% -
HSV(B) 273.36º 0.9% 0.94% -
XYZ 27.43 12.86 82.7 -
YUV 84.98 214.92 170.1 -
System Red Green Blue C M Y K H S L
Decimal 144 25 239 0.40 0.90 0 0.06 273.36 0.87 0.52
Hex 90 19 EF 28 5A 0 6 111 57 34
Octal 220 31 357 50 132 0 6 421 127 64
Binary 10010000 11001 11101111 101000 1011010 0 110 100010001 1010111 110100

Color Harmonies of #9019EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9019EF

Black with #9019EF

Text Example


Text Example

White with #9019EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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