#930CCF

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

Shades of Dark Violet #930CCF

Tints of Dark Violet #930CCF

Color information

#930CCF (or 0x930CCF) is unknown color: approx Dark Violet. HEX triplet: 93, 0C and CF. RGB value is (147,12,207). Sum of RGB (Red+Green+Blue) = 147+12+207=366 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.16% from 366); Green value is 12 (5.08% from 255 or 3.28% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #930CCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930CCF is #6CF330. Grayscale: #494949. Windows color (decimal): -7140145 or 13569171. OLE color: 13569171.

HSL color Cylindrical-coordinate representation of color #930CCF: hue angle of 281.54º degrees, saturation: 0.89, 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 #930CCF is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14712207-
CMYK0.290.9400.19
HSL281.54º89.04%42.94%-
HSV(B)281.54º94.2%81.18%-
XYZ23.4310.9759.91-
YUV74.6202.73179.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.16%
GREEN value IS 12 (5.08% from 255) = 3.28%
BLUE value IS 207 (81.25% from 255) = 56.56%
R=40.16%
G=3.28%
B=56.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal147122070.290.9400.19281.5489.0442.94
Hex93CCF1D5E01311a592b
Octal223143173513602343213153
Binary100100111100110011111110110111100100111000110101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930CCF; }

 p { color: rgb(147,12,207); }

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

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

 a { background-color: rgb(147,12,207); }

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

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

 span { border-color: rgb(147,12,207); }

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