#9038E4

Color #9038E4 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #9038E4

Tints of Blue Violet #9038E4

Color information

#9038E4 (or 0x9038E4) is unknown color: approx Blue Violet. HEX triplet: 90, 38 and E4. RGB value is (144,56,228). Sum of RGB (Red+Green+Blue) = 144+56+228=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 56 (22.27% from 255 or 13.08% from 428); Blue value is 228 (89.45% from 255 or 53.27% from 428); Max value from RGB is 228 - color contains mainly: blue. Hex color #9038E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9038E4 is #6FC71B. Grayscale: #656565. Windows color (decimal): -7325468 or 14956688. OLE color: 14956688.

HSL color Cylindrical-coordinate representation of color #9038E4: hue angle of 270.7º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9038E4 is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB14456228-
CMYK0.370.7500.11
HSL270.7º76.11%55.69%-
HSV(B)270.7º75.44%89.41%-
XYZ26.9214.3674.75-
YUV101.92199.15158.01-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.64%
GREEN value IS 56 (22.27% from 255) = 13.08%
BLUE value IS 228 (89.45% from 255) = 53.27%
R=33.64%
G=13.08%
B=53.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal144562280.370.7500.11270.776.1155.69
Hex9038E4254B0B10f4c38
Octal220703444511301341711470
Binary10010000111000111001001001011001011010111000011111001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9038E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9038E4; }

 p { color: rgb(144,56,228); }

 H1.HeaderClassName
 {
   color: #9038E4;
 }
 .AnyTagClassName
 {
   color: #9038E4;
 }
</style>
background-color css

<style>
 a { background-color: #9038E4; }

 a { background-color: rgb(144,56,228); }

 div.DivClassName
 {
   background-color: #9038E4;
 }
 .BgClassName
 {
   background-color: #9038E4;
 }
</style>
border-color css

<style>
 span { border-color: #9038E4; }

 span { border-color: rgb(144,56,228); }

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