#930BEA

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

Shades of Dark Violet #930BEA

Tints of Dark Violet #930BEA

Color information

#930BEA (or 0x930BEA) is unknown color: approx Dark Violet. HEX triplet: 93, 0B and EA. RGB value is (147,11,234). Sum of RGB (Red+Green+Blue) = 147+11+234=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 11 (4.69% from 255 or 2.81% from 392); Blue value is 234 (91.80% from 255 or 59.69% from 392); Max value from RGB is 234 - color contains mainly: blue. Hex color #930BEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #930BEA is #6CF415. Grayscale: #4C4C4C. Windows color (decimal): -7140374 or 15338387. OLE color: 15338387.

HSL color Cylindrical-coordinate representation of color #930BEA: hue angle of 276.59º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #930BEA is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB14711234-
CMYK0.370.9500.08
HSL276.59º91.02%48.04%-
HSV(B)276.59º95.3%91.76%-
XYZ2712.3878.81-
YUV77.09216.56177.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.5%
GREEN value IS 11 (4.69% from 255) = 2.81%
BLUE value IS 234 (91.80% from 255) = 59.69%
R=37.5%
G=2.81%
B=59.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal147112340.370.9500.08276.5991.0248.04
Hex93BEA255F081155b30
Octal223133524513701042513360
Binary100100111011111010101001011011111010001000101011011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,11,234); }

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

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

 a { background-color: rgb(147,11,234); }

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

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

 span { border-color: rgb(147,11,234); }

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