Html Css Color HEX #9018EB Blue Violet

📋 copy color: '#9018EB'

red 144 ◦ green 24 ◦ blue 235

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

Shades of Blue Violet #9018EB

Tints of Blue Violet #9018EB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.96%

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

R = 35.73%
G = 5.96%
B = 58.31%

CMYK

 C value IS 0.39

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9018EB (or 0x9018EB) is known color: Blue Violet. HEX triplet: 90, 18 and EB. RGB value is (144,24,235). Sum of RGB (Red+Green+Blue) = 144+24+235=403 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.73% from 403); Green value is 24 (9.77% from 255 or 5.96% from 403); Blue value is 235 (92.19% from 255 or 58.31% from 403); Max value from RGB is 235 - color contains mainly: blue. Hex color #9018EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9018EB is #6FE714. Grayscale: #535353. Windows color (decimal): -7333653 or 15407248. OLE color: 15407248.

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

Color convert

RGB 144 24 235 -
CMYK 0.39 0.90 0 0.08
HSL 274.12º 0.84% 0.51% -
HSV(B) 274.12º 0.9% 0.92% -
XYZ 26.82 12.58 79.61 -
YUV 83.93 213.26 170.84 -
System Red Green Blue C M Y K H S L
Decimal 144 24 235 0.39 0.90 0 0.08 274.12 0.84 0.51
Hex 90 18 EB 27 5A 0 8 112 54 33
Octal 220 30 353 47 132 0 10 422 124 63
Binary 10010000 11000 11101011 100111 1011010 0 1000 100010010 1010100 110011

Color Harmonies of #9018EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9018EB

Black with #9018EB

Text Example


Text Example

White with #9018EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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