#930CB0

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

Shades of Dark Violet #930CB0

Tints of Dark Violet #930CB0

Color information

#930CB0 (or 0x930CB0) is unknown color: approx Dark Violet. HEX triplet: 93, 0C and B0. RGB value is (147,12,176). Sum of RGB (Red+Green+Blue) = 147+12+176=335 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.88% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 176 (69.14% from 255 or 52.54% from 335); Max value from RGB is 176 - color contains mainly: blue. Hex color #930CB0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930CB0 is #6CF34F. Grayscale: #464646. Windows color (decimal): -7140176 or 11537555. OLE color: 11537555.

HSL color Cylindrical-coordinate representation of color #930CB0: hue angle of 289.39º 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 #930CB0 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14712176-
CMYK0.160.9300.31
HSL289.39º87.23%36.86%-
HSV(B)289.39º93.18%69.02%-
XYZ209.641.87-
YUV71.06187.23182.16-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.88%
GREEN value IS 12 (5.08% from 255) = 3.58%
BLUE value IS 176 (69.14% from 255) = 52.54%
R=43.88%
G=3.58%
B=52.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal147121760.160.9300.31289.3987.2336.86
Hex93CB0105D01F1215725
Octal223142602013503744112745
Binary100100111100101100001000010111010111111001000011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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