Html Css Color HEX #993DFB Blue Violet

📋 copy color: '#993DFB'

red 153 ◦ green 61 ◦ blue 251

#993DFB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #993DFB

Tints of Blue Violet #993DFB

RGB

 RED value IS 153 (60.16% from 255) = 32.9%

 GREEN value IS 61 (24.22% from 255) = 13.12%

 BLUE value IS 251 (98.44% from 255) = 53.98%

R = 32.9%
G = 13.12%
B = 53.98%

CMYK

 C value IS 0.39

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#993DFB (or 0x993DFB) is known color: Blue Violet. HEX triplet: 99, 3D and FB. RGB value is (153,61,251). Sum of RGB (Red+Green+Blue) = 153+61+251=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 61 (24.22% from 255 or 13.12% from 465); Blue value is 251 (98.44% from 255 or 53.98% from 465); Max value from RGB is 251 - color contains mainly: blue. Hex color #993DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993DFB is #66C204. Grayscale: #6D6D6D. Windows color (decimal): -6734341 or 16465305. OLE color: 16465305.

HSL color Cylindrical-coordinate representation of color #993DFB: hue angle of 269.05º degrees, saturation: 0.96, 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 #993DFB is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 61 251 -
CMYK 0.39 0.76 0 0.02
HSL 269.05º 0.96% 0.61% -
HSV(B) 269.05º 0.76% 0.98% -
XYZ 32.22 17.07 92.86 -
YUV 110.17 207.48 158.55 -
System Red Green Blue C M Y K H S L
Decimal 153 61 251 0.39 0.76 0 0.02 269.05 0.96 0.61
Hex 99 3D FB 27 4C 0 2 10D 60 3D
Octal 231 75 373 47 114 0 2 415 140 75
Binary 10011001 111101 11111011 100111 1001100 0 10 100001101 1100000 111101

Color Harmonies of #993DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993DFB

Black with #993DFB

Text Example


Text Example

White with #993DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #993DFB;
 }
 .AnyTagClassName
 {
   color: #993DFB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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