Html Css Color HEX #9015EA Blue Violet

📋 copy color: '#9015EA'

red 144 ◦ green 21 ◦ blue 234

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

Shades of Blue Violet #9015EA

Tints of Blue Violet #9015EA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.26%

 BLUE value IS 234 (91.8% from 255) = 58.65%

R = 36.09%
G = 5.26%
B = 58.65%

CMYK

 C value IS 0.38

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9015EA (or 0x9015EA) is known color: Blue Violet. HEX triplet: 90, 15 and EA. RGB value is (144,21,234). Sum of RGB (Red+Green+Blue) = 144+21+234=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 21 (8.59% from 255 or 5.26% from 399); Blue value is 234 (91.80% from 255 or 58.65% from 399); Max value from RGB is 234 - color contains mainly: blue. Hex color #9015EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9015EA is #6FEA15. Grayscale: #515151. Windows color (decimal): -7334422 or 15340944. OLE color: 15340944.

HSL color Cylindrical-coordinate representation of color #9015EA: hue angle of 274.65º 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 #9015EA is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 144 21 234 -
CMYK 0.38 0.91 0 0.08
HSL 274.65º 0.84% 0.5% -
HSV(B) 274.65º 0.91% 0.92% -
XYZ 26.62 12.41 78.83 -
YUV 82.06 213.75 172.18 -
System Red Green Blue C M Y K H S L
Decimal 144 21 234 0.38 0.91 0 0.08 274.65 0.84 0.5
Hex 90 15 EA 26 5B 0 8 113 54 32
Octal 220 25 352 46 133 0 10 423 124 62
Binary 10010000 10101 11101010 100110 1011011 0 1000 100010011 1010100 110010

Color Harmonies of #9015EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9015EA

Black with #9015EA

Text Example


Text Example

White with #9015EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9015EA; }

 p { color: rgb(144,21,234); }

 H1.HeaderClassName
 {
   color: #9015EA;
 }
 .AnyTagClassName
 {
   color: #9015EA;
 }
</style>

background-color css

<style>
 a { background-color: #9015EA; }

 a { background-color: rgb(144,21,234); }

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

border-color css

<style>
 span { border-color: #9015EA; }

 span { border-color: rgb(144,21,234); }

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