Html Css Color HEX #993CFB Blue Violet

📋 copy color: '#993CFB'

red 153 ◦ green 60 ◦ blue 251

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

Shades of Blue Violet #993CFB

Tints of Blue Violet #993CFB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.93%

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

R = 32.97%
G = 12.93%
B = 54.09%

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

#993CFB (or 0x993CFB) is known color: Blue Violet. HEX triplet: 99, 3C and FB. RGB value is (153,60,251). Sum of RGB (Red+Green+Blue) = 153+60+251=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 60 (23.83% from 255 or 12.93% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #993CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993CFB is #66C304. Grayscale: #6C6C6C. Windows color (decimal): -6734597 or 16465049. OLE color: 16465049.

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

Color convert

RGB 153 60 251 -
CMYK 0.39 0.76 0 0.02
HSL 269.21º 0.96% 0.61% -
HSV(B) 269.21º 0.76% 0.98% -
XYZ 32.17 16.97 92.85 -
YUV 109.58 207.81 158.97 -
System Red Green Blue C M Y K H S L
Decimal 153 60 251 0.39 0.76 0 0.02 269.21 0.96 0.61
Hex 99 3C FB 27 4C 0 2 10D 60 3D
Octal 231 74 373 47 114 0 2 415 140 75
Binary 10011001 111100 11111011 100111 1001100 0 10 100001101 1100000 111101

Color Harmonies of #993CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993CFB

Black with #993CFB

Text Example


Text Example

White with #993CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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