#910dcf

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

Shades of Dark Violet #910DCF

Tints of Dark Violet #910DCF

Color information

#910DCF (or 0x910DCF) is unknown color: approx Dark Violet. HEX triplet: 91, 0D and CF. RGB value is (145,13,207). Sum of RGB (Red+Green+Blue) = 145+13+207=365 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.73% from 365); Green value is 13 (5.47% from 255 or 3.56% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #910DCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #910DCF is #6EF230. Grayscale: #494949. Windows color (decimal): -7270961 or 13569425. OLE color: 13569425.

HSL color Cylindrical-coordinate representation of color #910DCF: hue angle of 280.82º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910DCF is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14513207-
CMYK0.300.9400.19
HSL280.82º88.18%43.14%-
HSV(B)280.82º93.72%81.18%-
XYZ23.0810.8159.9-
YUV74.58202.73178.23-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.73%
GREEN value IS 13 (5.47% from 255) = 3.56%
BLUE value IS 207 (81.25% from 255) = 56.71%
R=39.73%
G=3.56%
B=56.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal145132070.300.9400.19280.8288.1843.14
Hex91DCF1E5E013119582b
Octal221153173613602343113053
Binary100100011101110011111111010111100100111000110011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910dcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910dcf; }

 p { color: rgb(145,13,207); }

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

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

 a { background-color: rgb(145,13,207); }

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

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

 span { border-color: rgb(145,13,207); }

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