Html Css Color HEX #993BF0 Blue Violet

📋 copy color: '#993BF0'

red 153 ◦ green 59 ◦ blue 240

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

Shades of Blue Violet #993BF0

Tints of Blue Violet #993BF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 53.1%

R = 33.85%
G = 13.05%
B = 53.1%

CMYK

 C value IS 0.36

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#993BF0 (or 0x993BF0) is known color: Blue Violet. HEX triplet: 99, 3B and F0. RGB value is (153,59,240). Sum of RGB (Red+Green+Blue) = 153+59+240=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 59 (23.44% from 255 or 13.05% from 452); Blue value is 240 (94.14% from 255 or 53.10% from 452); Max value from RGB is 240 - color contains mainly: blue. Hex color #993BF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993BF0 is #66C40F. Grayscale: #6B6B6B. Windows color (decimal): -6734864 or 15743897. OLE color: 15743897.

HSL color Cylindrical-coordinate representation of color #993BF0: hue angle of 271.16º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #993BF0 is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 153 59 240 -
CMYK 0.36 0.75 0 0.06
HSL 271.16º 0.86% 0.59% -
HSV(B) 271.16º 0.75% 0.94% -
XYZ 30.43 16.19 83.96 -
YUV 107.74 202.64 160.28 -
System Red Green Blue C M Y K H S L
Decimal 153 59 240 0.36 0.75 0 0.06 271.16 0.86 0.59
Hex 99 3B F0 24 4B 0 6 10F 56 3B
Octal 231 73 360 44 113 0 6 417 126 73
Binary 10011001 111011 11110000 100100 1001011 0 110 100001111 1010110 111011

Color Harmonies of #993BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993BF0

Black with #993BF0

Text Example


Text Example

White with #993BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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