Html Css Color HEX #9014EB Blue Violet

📋 copy color: '#9014EB'

red 144 ◦ green 20 ◦ blue 235

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

Shades of Blue Violet #9014EB

Tints of Blue Violet #9014EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 58.9%

R = 36.09%
G = 5.01%
B = 58.9%

CMYK

 C value IS 0.39

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9014EB (or 0x9014EB) is known color: Blue Violet. HEX triplet: 90, 14 and EB. RGB value is (144,20,235). Sum of RGB (Red+Green+Blue) = 144+20+235=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 20 (8.20% from 255 or 5.01% from 399); Blue value is 235 (92.19% from 255 or 58.90% from 399); Max value from RGB is 235 - color contains mainly: blue. Hex color #9014EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9014EB is #6FEB14. Grayscale: #505050. Windows color (decimal): -7334677 or 15406224. OLE color: 15406224.

HSL color Cylindrical-coordinate representation of color #9014EB: hue angle of 274.6º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9014EB is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 144 20 235 -
CMYK 0.39 0.91 0 0.08
HSL 274.6º 0.84% 0.5% -
HSV(B) 274.6º 0.91% 0.92% -
XYZ 26.75 12.43 79.59 -
YUV 81.59 214.58 172.52 -
System Red Green Blue C M Y K H S L
Decimal 144 20 235 0.39 0.91 0 0.08 274.6 0.84 0.5
Hex 90 14 EB 27 5B 0 8 113 54 32
Octal 220 24 353 47 133 0 10 423 124 62
Binary 10010000 10100 11101011 100111 1011011 0 1000 100010011 1010100 110010

Color Harmonies of #9014EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9014EB

Black with #9014EB

Text Example


Text Example

White with #9014EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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