Html Css Color HEX #993DF4 Blue Violet

📋 copy color: '#993DF4'

red 153 ◦ green 61 ◦ blue 244

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

Shades of Blue Violet #993DF4

Tints of Blue Violet #993DF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 53.28%

R = 33.41%
G = 13.32%
B = 53.28%

CMYK

 C value IS 0.37

 M value IS 0.75

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#993DF4 (or 0x993DF4) is known color: Blue Violet. HEX triplet: 99, 3D and F4. RGB value is (153,61,244). Sum of RGB (Red+Green+Blue) = 153+61+244=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 61 (24.22% from 255 or 13.32% from 458); Blue value is 244 (95.70% from 255 or 53.28% from 458); Max value from RGB is 244 - color contains mainly: blue. Hex color #993DF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993DF4 is #66C20B. Grayscale: #6C6C6C. Windows color (decimal): -6734348 or 16006553. OLE color: 16006553.

HSL color Cylindrical-coordinate representation of color #993DF4: hue angle of 270.16º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #993DF4 is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 153 61 244 -
CMYK 0.37 0.75 0 0.04
HSL 270.16º 0.89% 0.6% -
HSV(B) 270.16º 0.75% 0.96% -
XYZ 31.13 16.64 87.16 -
YUV 109.37 203.98 159.12 -
System Red Green Blue C M Y K H S L
Decimal 153 61 244 0.37 0.75 0 0.04 270.16 0.89 0.6
Hex 99 3D F4 25 4B 0 4 10E 59 3C
Octal 231 75 364 45 113 0 4 416 131 74
Binary 10011001 111101 11110100 100101 1001011 0 100 100001110 1011001 111100

Color Harmonies of #993DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993DF4

Black with #993DF4

Text Example


Text Example

White with #993DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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