Html Css Color HEX #993DFC Blue Violet

📋 copy color: '#993DFC'

red 153 ◦ green 61 ◦ blue 252

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

Shades of Blue Violet #993DFC

Tints of Blue Violet #993DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.08%

R = 32.83%
G = 13.09%
B = 54.08%

CMYK

 C value IS 0.39

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#993DFC (or 0x993DFC) is known color: Blue Violet. HEX triplet: 99, 3D and FC. RGB value is (153,61,252). Sum of RGB (Red+Green+Blue) = 153+61+252=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 61 (24.22% from 255 or 13.09% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #993DFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993DFC is #66C203. Grayscale: #6D6D6D. Windows color (decimal): -6734340 or 16530841. OLE color: 16530841.

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

Color convert

RGB 153 61 252 -
CMYK 0.39 0.76 0 0.01
HSL 268.9º 0.97% 0.61% -
HSV(B) 268.9º 0.76% 0.99% -
XYZ 32.38 17.14 93.7 -
YUV 110.28 207.98 158.47 -
System Red Green Blue C M Y K H S L
Decimal 153 61 252 0.39 0.76 0 0.01 268.9 0.97 0.61
Hex 99 3D FC 27 4C 0 1 10D 61 3D
Octal 231 75 374 47 114 0 1 415 141 75
Binary 10011001 111101 11111100 100111 1001100 0 1 100001101 1100001 111101

Color Harmonies of #993DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993DFC

Black with #993DFC

Text Example


Text Example

White with #993DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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