#9038AB

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

Shades of Vivid Violet #9038AB

Tints of Vivid Violet #9038AB

Color information

#9038AB (or 0x9038AB) is unknown color: approx Vivid Violet. HEX triplet: 90, 38 and AB. RGB value is (144,56,171). Sum of RGB (Red+Green+Blue) = 144+56+171=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #9038AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9038AB is #6FC754. Grayscale: #5F5F5F. Windows color (decimal): -7325525 or 11221136. OLE color: 11221136.

HSL color Cylindrical-coordinate representation of color #9038AB: hue angle of 285.91º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9038AB is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14456171-
CMYK0.160.6700.33
HSL285.91º50.66%44.51%-
HSV(B)285.91º67.25%67.06%-
XYZ20.2711.739.72-
YUV95.42170.65162.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.81%
GREEN value IS 56 (22.27% from 255) = 15.09%
BLUE value IS 171 (67.19% from 255) = 46.09%
R=38.81%
G=15.09%
B=46.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal144561710.160.6700.33285.9150.6644.51
Hex9038AB104302111e332d
Octal22070253201030414366355
Binary10010000111000101010111000010000110100001100011110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9038AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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