#930FBA

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

Shades of Dark Violet #930FBA

Tints of Dark Violet #930FBA

Color information

#930FBA (or 0x930FBA) is unknown color: approx Dark Violet. HEX triplet: 93, 0F and BA. RGB value is (147,15,186). Sum of RGB (Red+Green+Blue) = 147+15+186=348 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.24% from 348); Green value is 15 (6.25% from 255 or 4.31% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #930FBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930FBA is #6CF045. Grayscale: #494949. Windows color (decimal): -7139398 or 12193683. OLE color: 12193683.

HSL color Cylindrical-coordinate representation of color #930FBA: hue angle of 286.32º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #930FBA is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14715186-
CMYK0.210.9200.27
HSL286.32º85.07%39.41%-
HSV(B)286.32º91.94%72.94%-
XYZ21.0710.0947.29-
YUV73.96191.23180.1-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.24%
GREEN value IS 15 (6.25% from 255) = 4.31%
BLUE value IS 186 (73.05% from 255) = 53.45%
R=42.24%
G=4.31%
B=53.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal147151860.210.9200.27286.3285.0739.41
Hex93FBA155C01B11e5527
Octal223172722513403343612547
Binary100100111111101110101010110111000110111000111101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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