Html Css Color HEX #993FF4 Blue Violet

📋 copy color: '#993FF4'

red 153 ◦ green 63 ◦ blue 244

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

Shades of Blue Violet #993FF4

Tints of Blue Violet #993FF4

RGB

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

 GREEN value IS 63 (25% from 255) = 13.7%

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

R = 33.26%
G = 13.7%
B = 53.04%

CMYK

 C value IS 0.37

 M value IS 0.74

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#993FF4 (or 0x993FF4) is known color: Blue Violet. HEX triplet: 99, 3F and F4. RGB value is (153,63,244). Sum of RGB (Red+Green+Blue) = 153+63+244=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 63 (25% from 255 or 13.70% from 460); Blue value is 244 (95.70% from 255 or 53.04% from 460); Max value from RGB is 244 - color contains mainly: blue. Hex color #993FF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993FF4 is #66C00B. Grayscale: #6D6D6D. Windows color (decimal): -6733836 or 16007065. OLE color: 16007065.

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

Color convert

RGB 153 63 244 -
CMYK 0.37 0.74 0 0.04
HSL 269.83º 0.89% 0.6% -
HSV(B) 269.83º 0.74% 0.96% -
XYZ 31.24 16.86 87.2 -
YUV 110.54 203.32 158.28 -
System Red Green Blue C M Y K H S L
Decimal 153 63 244 0.37 0.74 0 0.04 269.83 0.89 0.6
Hex 99 3F F4 25 4A 0 4 10E 59 3C
Octal 231 77 364 45 112 0 4 416 131 74
Binary 10011001 111111 11110100 100101 1001010 0 100 100001110 1011001 111100

Color Harmonies of #993FF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993FF4

Black with #993FF4

Text Example


Text Example

White with #993FF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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