#993bfa

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

Shades of Blue Violet #993BFA

Tints of Blue Violet #993BFA

Color information

#993BFA (or 0x993BFA) is unknown color: approx Blue Violet. HEX triplet: 99, 3B and FA. RGB value is (153,59,250). Sum of RGB (Red+Green+Blue) = 153+59+250=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 59 (23.44% from 255 or 12.77% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #993BFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993BFA is #66C405. Grayscale: #6C6C6C. Windows color (decimal): -6734854 or 16399257. OLE color: 16399257.

HSL color Cylindrical-coordinate representation of color #993BFA: hue angle of 269.53º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #993BFA is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB15359250-
CMYK0.390.7600.02
HSL269.53º95.02%60.59%-
HSV(B)269.53º76.4%98.04%-
XYZ31.9616.892-
YUV108.88207.64159.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.12%
GREEN value IS 59 (23.44% from 255) = 12.77%
BLUE value IS 250 (98.05% from 255) = 54.11%
R=33.12%
G=12.77%
B=54.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal153592500.390.7600.02269.5395.0260.59
Hex993BFA274C0210e5f3d
Octal23173372471140241613775
Binary100110011110111111101010011110011000101000011101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993bfa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,59,250); }

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

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

 a { background-color: rgb(153,59,250); }

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

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

 span { border-color: rgb(153,59,250); }

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