Html Css Color HEX #9014E1 Blue Violet

📋 copy color: '#9014E1'

red 144 ◦ green 20 ◦ blue 225

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

Shades of Blue Violet #9014E1

Tints of Blue Violet #9014E1

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.14%

 BLUE value IS 225 (88.28% from 255) = 57.84%

R = 37.02%
G = 5.14%
B = 57.84%

CMYK

 C value IS 0.36

 M value IS 0.91

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9014E1 (or 0x9014E1) is known color: Blue Violet. HEX triplet: 90, 14 and E1. RGB value is (144,20,225). Sum of RGB (Red+Green+Blue) = 144+20+225=389 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.02% from 389); Green value is 20 (8.20% from 255 or 5.14% from 389); Blue value is 225 (88.28% from 255 or 57.84% from 389); Max value from RGB is 225 - color contains mainly: blue. Hex color #9014E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9014E1 is #6FEB1E. Grayscale: #4F4F4F. Windows color (decimal): -7334687 or 14750864. OLE color: 14750864.

HSL color Cylindrical-coordinate representation of color #9014E1: hue angle of 276.29º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9014E1 is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 144 20 225 -
CMYK 0.36 0.91 0 0.12
HSL 276.29º 0.84% 0.48% -
HSV(B) 276.29º 0.91% 0.88% -
XYZ 25.34 11.87 72.19 -
YUV 80.45 209.58 173.33 -
System Red Green Blue C M Y K H S L
Decimal 144 20 225 0.36 0.91 0 0.12 276.29 0.84 0.48
Hex 90 14 E1 24 5B 0 C 114 54 30
Octal 220 24 341 44 133 0 14 424 124 60
Binary 10010000 10100 11100001 100100 1011011 0 1100 100010100 1010100 110000

Color Harmonies of #9014E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9014E1

Black with #9014E1

Text Example


Text Example

White with #9014E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9014E1; }

 p { color: rgb(144,20,225); }

 H1.HeaderClassName
 {
   color: #9014E1;
 }
 .AnyTagClassName
 {
   color: #9014E1;
 }
</style>

background-color css

<style>
 a { background-color: #9014E1; }

 a { background-color: rgb(144,20,225); }

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

border-color css

<style>
 span { border-color: #9014E1; }

 span { border-color: rgb(144,20,225); }

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