Html Css Color HEX #9019ED Blue Violet

📋 copy color: '#9019ED'

red 144 ◦ green 25 ◦ blue 237

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

Shades of Blue Violet #9019ED

Tints of Blue Violet #9019ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 58.37%

R = 35.47%
G = 6.16%
B = 58.37%

CMYK

 C value IS 0.39

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9019ED (or 0x9019ED) is known color: Blue Violet. HEX triplet: 90, 19 and ED. RGB value is (144,25,237). Sum of RGB (Red+Green+Blue) = 144+25+237=406 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.47% from 406); Green value is 25 (10.16% from 255 or 6.16% from 406); Blue value is 237 (92.97% from 255 or 58.37% from 406); Max value from RGB is 237 - color contains mainly: blue. Hex color #9019ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9019ED is #6FE612. Grayscale: #545454. Windows color (decimal): -7333395 or 15538576. OLE color: 15538576.

HSL color Cylindrical-coordinate representation of color #9019ED: hue angle of 273.68º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9019ED is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 144 25 237 -
CMYK 0.39 0.89 0 0.07
HSL 273.68º 0.85% 0.51% -
HSV(B) 273.68º 0.89% 0.93% -
XYZ 27.14 12.74 81.15 -
YUV 84.75 213.92 170.26 -
System Red Green Blue C M Y K H S L
Decimal 144 25 237 0.39 0.89 0 0.07 273.68 0.85 0.51
Hex 90 19 ED 27 59 0 7 112 55 33
Octal 220 31 355 47 131 0 7 422 125 63
Binary 10010000 11001 11101101 100111 1011001 0 111 100010010 1010101 110011

Color Harmonies of #9019ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9019ED

Black with #9019ED

Text Example


Text Example

White with #9019ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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