#DA90F1

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

Shades of Violet #DA90F1

Tints of Violet #DA90F1

Color information

#DA90F1 (or 0xDA90F1) is unknown color: approx Violet. HEX triplet: DA, 90 and F1. RGB value is (218,144,241). Sum of RGB (Red+Green+Blue) = 218+144+241=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 144 (56.64% from 255 or 23.88% from 603); Blue value is 241 (94.53% from 255 or 39.97% from 603); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA90F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA90F1 is #256F0E. Grayscale: #B0B0B0. Windows color (decimal): -2453263 or 15831258. OLE color: 15831258.

HSL color Cylindrical-coordinate representation of color #DA90F1: hue angle of 285.77º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA90F1 is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB218144241-
CMYK0.100.4000.05
HSL285.77º77.6%75.49%-
HSV(B)285.77º40.25%94.51%-
XYZ54.7641.288.29-
YUV177.18164.02157.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.15%
GREEN value IS 144 (56.64% from 255) = 23.88%
BLUE value IS 241 (94.53% from 255) = 39.97%
R=36.15%
G=23.88%
B=39.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2181442410.100.4000.05285.7777.675.49
HexDA90F1A280511e4e4b
Octal332220361125005436116113
Binary1101101010010000111100011010101000010110001111010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA90F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA90F1; }

 p { color: rgb(218,144,241); }

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

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

 a { background-color: rgb(218,144,241); }

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

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

 span { border-color: rgb(218,144,241); }

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