Html Css Color HEX #993CF4 Blue Violet

📋 copy color: '#993CF4'

red 153 ◦ green 60 ◦ blue 244

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

Shades of Blue Violet #993CF4

Tints of Blue Violet #993CF4

RGB

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

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

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

R = 33.48%
G = 13.13%
B = 53.39%

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

#993CF4 (or 0x993CF4) is known color: Blue Violet. HEX triplet: 99, 3C and F4. RGB value is (153,60,244). Sum of RGB (Red+Green+Blue) = 153+60+244=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 60 (23.83% from 255 or 13.13% from 457); Blue value is 244 (95.70% from 255 or 53.39% from 457); Max value from RGB is 244 - color contains mainly: blue. Hex color #993CF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993CF4 is #66C30B. Grayscale: #6C6C6C. Windows color (decimal): -6734604 or 16006297. OLE color: 16006297.

HSL color Cylindrical-coordinate representation of color #993CF4: hue angle of 270.33º 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 #993CF4 is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 153 60 244 -
CMYK 0.37 0.75 0 0.04
HSL 270.33º 0.89% 0.6% -
HSV(B) 270.33º 0.75% 0.96% -
XYZ 31.08 16.54 87.14 -
YUV 108.78 204.31 159.54 -
System Red Green Blue C M Y K H S L
Decimal 153 60 244 0.37 0.75 0 0.04 270.33 0.89 0.6
Hex 99 3C F4 25 4B 0 4 10E 59 3C
Octal 231 74 364 45 113 0 4 416 131 74
Binary 10011001 111100 11110100 100101 1001011 0 100 100001110 1011001 111100

Color Harmonies of #993CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993CF4

Black with #993CF4

Text Example


Text Example

White with #993CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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