#9312BE

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

Shades of Dark Violet #9312BE

Tints of Dark Violet #9312BE

Color information

#9312BE (or 0x9312BE) is unknown color: approx Dark Violet. HEX triplet: 93, 12 and BE. RGB value is (147,18,190). Sum of RGB (Red+Green+Blue) = 147+18+190=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #9312BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9312BE is #6CED41. Grayscale: #4B4B4B. Windows color (decimal): -7138626 or 12456595. OLE color: 12456595.

HSL color Cylindrical-coordinate representation of color #9312BE: hue angle of 285º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9312BE is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14718190-
CMYK0.230.9100.25
HSL285º82.69%40.78%-
HSV(B)285º90.53%74.51%-
XYZ21.5410.3549.58-
YUV76.18192.24178.51-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.41%
GREEN value IS 18 (7.42% from 255) = 5.07%
BLUE value IS 190 (74.61% from 255) = 53.52%
R=41.41%
G=5.07%
B=53.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal147181900.230.9100.2528582.6940.78
Hex9312BE175B01911d5329
Octal223222762713303143512351
Binary1001001110010101111101011110110110110011000111011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9312BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9312BE; }

 p { color: rgb(147,18,190); }

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

<style>
 a { background-color: #9312BE; }

 a { background-color: rgb(147,18,190); }

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

<style>
 span { border-color: #9312BE; }

 span { border-color: rgb(147,18,190); }

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