#930CB1

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

Shades of Dark Violet #930CB1

Tints of Dark Violet #930CB1

Color information

#930CB1 (or 0x930CB1) is unknown color: approx Dark Violet. HEX triplet: 93, 0C and B1. RGB value is (147,12,177). Sum of RGB (Red+Green+Blue) = 147+12+177=336 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.75% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 177 (69.53% from 255 or 52.68% from 336); Max value from RGB is 177 - color contains mainly: blue. Hex color #930CB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930CB1 is #6CF34E. Grayscale: #464646. Windows color (decimal): -7140175 or 11603091. OLE color: 11603091.

HSL color Cylindrical-coordinate representation of color #930CB1: hue angle of 289.09º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #930CB1 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14712177-
CMYK0.170.9300.31
HSL289.09º87.3%37.06%-
HSV(B)289.09º93.22%69.41%-
XYZ20.19.6442.4-
YUV71.18187.73182.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.75%
GREEN value IS 12 (5.08% from 255) = 3.57%
BLUE value IS 177 (69.53% from 255) = 52.68%
R=43.75%
G=3.57%
B=52.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal147121770.170.9300.31289.0987.337.06
Hex93CB1115D01F1215725
Octal223142612113503744112745
Binary100100111100101100011000110111010111111001000011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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