#901cdd

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

Shades of Blue Violet #901CDD

Tints of Blue Violet #901CDD

Color information

#901CDD (or 0x901CDD) is unknown color: approx Blue Violet. HEX triplet: 90, 1C and DD. RGB value is (144,28,221). Sum of RGB (Red+Green+Blue) = 144+28+221=393 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.64% from 393); Green value is 28 (11.33% from 255 or 7.12% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #901CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901CDD is #6FE322. Grayscale: #545454. Windows color (decimal): -7332643 or 14490768. OLE color: 14490768.

HSL color Cylindrical-coordinate representation of color #901CDD: hue angle of 276.06º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #901CDD is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14428221-
CMYK0.350.8700.13
HSL276.06º77.51%48.82%-
HSV(B)276.06º87.33%86.67%-
XYZ24.9711.9869.4-
YUV84.69204.93170.31-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.64%
GREEN value IS 28 (11.33% from 255) = 7.12%
BLUE value IS 221 (86.72% from 255) = 56.23%
R=36.64%
G=7.12%
B=56.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal144282210.350.8700.13276.0677.5148.82
Hex901CDD23570D1144e31
Octal220343354312701542411661
Binary1001000011100110111011000111010111011011000101001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901cdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901cdd; }

 p { color: rgb(144,28,221); }

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

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

 a { background-color: rgb(144,28,221); }

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

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

 span { border-color: rgb(144,28,221); }

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