Html Css Color HEX #9028EA Blue Violet

📋 copy color: '#9028EA'

red 144 ◦ green 40 ◦ blue 234

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

Shades of Blue Violet #9028EA

Tints of Blue Violet #9028EA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.57%

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

R = 34.45%
G = 9.57%
B = 55.98%

CMYK

 C value IS 0.38

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9028EA (or 0x9028EA) is known color: Blue Violet. HEX triplet: 90, 28 and EA. RGB value is (144,40,234). Sum of RGB (Red+Green+Blue) = 144+40+234=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 40 (16.02% from 255 or 9.57% from 418); Blue value is 234 (91.80% from 255 or 55.98% from 418); Max value from RGB is 234 - color contains mainly: blue. Hex color #9028EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9028EA is #6FD715. Grayscale: #5C5C5C. Windows color (decimal): -7329558 or 15345808. OLE color: 15345808.

HSL color Cylindrical-coordinate representation of color #9028EA: hue angle of 272.16º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9028EA is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 144 40 234 -
CMYK 0.38 0.83 0 0.08
HSL 272.16º 0.82% 0.54% -
HSV(B) 272.16º 0.83% 0.92% -
XYZ 27.11 13.39 79 -
YUV 93.21 207.46 164.23 -
System Red Green Blue C M Y K H S L
Decimal 144 40 234 0.38 0.83 0 0.08 272.16 0.82 0.54
Hex 90 28 EA 26 53 0 8 110 52 36
Octal 220 50 352 46 123 0 10 420 122 66
Binary 10010000 101000 11101010 100110 1010011 0 1000 100010000 1010010 110110

Color Harmonies of #9028EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9028EA

Black with #9028EA

Text Example


Text Example

White with #9028EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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