#993DED

Color #993DED Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #993DED

Tints of Blue Violet #993DED

Color information

#993DED (or 0x993DED) is unknown color: approx Blue Violet. HEX triplet: 99, 3D and ED. RGB value is (153,61,237). Sum of RGB (Red+Green+Blue) = 153+61+237=451 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.92% from 451); Green value is 61 (24.22% from 255 or 13.53% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #993DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993DED is #66C212. Grayscale: #6B6B6B. Windows color (decimal): -6734355 or 15547801. OLE color: 15547801.

HSL color Cylindrical-coordinate representation of color #993DED: hue angle of 271.36º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #993DED is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB15361237-
CMYK0.350.7400.07
HSL271.36º83.02%58.43%-
HSV(B)271.36º74.26%92.94%-
XYZ30.0916.2281.67-
YUV108.57200.48159.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.92%
GREEN value IS 61 (24.22% from 255) = 13.53%
BLUE value IS 237 (92.97% from 255) = 52.55%
R=33.92%
G=13.53%
B=52.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal153612370.350.7400.07271.3683.0258.43
Hex993DED234A0710f533a
Octal23175355431120741712372
Binary1001100111110111101101100011100101001111000011111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993DED; }

 p { color: rgb(153,61,237); }

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

<style>
 a { background-color: #993DED; }

 a { background-color: rgb(153,61,237); }

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

<style>
 span { border-color: #993DED; }

 span { border-color: rgb(153,61,237); }

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