#930FCE

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

Shades of Dark Violet #930FCE

Tints of Dark Violet #930FCE

Color information

#930FCE (or 0x930FCE) is unknown color: approx Dark Violet. HEX triplet: 93, 0F and CE. RGB value is (147,15,206). Sum of RGB (Red+Green+Blue) = 147+15+206=368 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.95% from 368); Green value is 15 (6.25% from 255 or 4.08% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #930FCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930FCE is #6CF031. Grayscale: #4B4B4B. Windows color (decimal): -7139378 or 13504403. OLE color: 13504403.

HSL color Cylindrical-coordinate representation of color #930FCE: hue angle of 281.47º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #930FCE is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14715206-
CMYK0.290.9300.19
HSL281.47º86.43%43.33%-
HSV(B)281.47º92.72%80.78%-
XYZ23.341159.29-
YUV76.24201.23178.47-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.95%
GREEN value IS 15 (6.25% from 255) = 4.08%
BLUE value IS 206 (80.86% from 255) = 55.98%
R=39.95%
G=4.08%
B=55.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal147152060.290.9300.19281.4786.4343.33
Hex93FCE1D5D013119562b
Octal223173163513502343112653
Binary100100111111110011101110110111010100111000110011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,15,206); }

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

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

 a { background-color: rgb(147,15,206); }

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

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

 span { border-color: rgb(147,15,206); }

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