Html Css Color HEX #993BF8 Blue Violet

📋 copy color: '#993BF8'

red 153 ◦ green 59 ◦ blue 248

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

Shades of Blue Violet #993BF8

Tints of Blue Violet #993BF8

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.83%

 BLUE value IS 248 (97.27% from 255) = 53.91%

R = 33.26%
G = 12.83%
B = 53.91%

CMYK

 C value IS 0.38

 M value IS 0.76

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#993BF8 (or 0x993BF8) is known color: Blue Violet. HEX triplet: 99, 3B and F8. RGB value is (153,59,248). Sum of RGB (Red+Green+Blue) = 153+59+248=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 59 (23.44% from 255 or 12.83% from 460); Blue value is 248 (97.27% from 255 or 53.91% from 460); Max value from RGB is 248 - color contains mainly: blue. Hex color #993BF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993BF8 is #66C407. Grayscale: #6B6B6B. Windows color (decimal): -6734856 or 16268185. OLE color: 16268185.

HSL color Cylindrical-coordinate representation of color #993BF8: hue angle of 269.84º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #993BF8 is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 153 59 248 -
CMYK 0.38 0.76 0 0.03
HSL 269.84º 0.93% 0.6% -
HSV(B) 269.84º 0.76% 0.97% -
XYZ 31.64 16.68 90.36 -
YUV 108.65 206.64 159.63 -
System Red Green Blue C M Y K H S L
Decimal 153 59 248 0.38 0.76 0 0.03 269.84 0.93 0.6
Hex 99 3B F8 26 4C 0 3 10E 5D 3C
Octal 231 73 370 46 114 0 3 416 135 74
Binary 10011001 111011 11111000 100110 1001100 0 11 100001110 1011101 111100

Color Harmonies of #993BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993BF8

Black with #993BF8

Text Example


Text Example

White with #993BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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