#993AFD

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

Shades of Blue Violet #993AFD

Tints of Blue Violet #993AFD

Color information

#993AFD (or 0x993AFD) is unknown color: approx Blue Violet. HEX triplet: 99, 3A and FD. RGB value is (153,58,253). Sum of RGB (Red+Green+Blue) = 153+58+253=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 58 (23.05% from 255 or 12.5% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #993AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993AFD is #66C502. Grayscale: #6B6B6B. Windows color (decimal): -6735107 or 16595609. OLE color: 16595609.

HSL color Cylindrical-coordinate representation of color #993AFD: hue angle of 269.23º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #993AFD is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB15358253-
CMYK0.400.7700.01
HSL269.23º97.99%60.98%-
HSV(B)269.23º77.08%99.22%-
XYZ32.3816.8994.48-
YUV108.64209.47159.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.97%
GREEN value IS 58 (23.05% from 255) = 12.5%
BLUE value IS 253 (99.22% from 255) = 54.53%
R=32.97%
G=12.5%
B=54.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal153582530.400.7700.01269.2397.9960.98
Hex993AFD284D0110d623d
Octal23172375501150141514275
Binary10011001111010111111011010001001101011000011011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,58,253); }

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

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

 a { background-color: rgb(153,58,253); }

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

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

 span { border-color: rgb(153,58,253); }

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