Html Css Color HEX #994CF5 Blue Violet

📋 copy color: '#994CF5'

red 153 ◦ green 76 ◦ blue 245

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

Shades of Blue Violet #994CF5

Tints of Blue Violet #994CF5

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.03%

 BLUE value IS 245 (96.09% from 255) = 51.69%

R = 32.28%
G = 16.03%
B = 51.69%

CMYK

 C value IS 0.38

 M value IS 0.69

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#994CF5 (or 0x994CF5) is known color: Blue Violet. HEX triplet: 99, 4C and F5. RGB value is (153,76,245). Sum of RGB (Red+Green+Blue) = 153+76+245=474 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.28% from 474); Green value is 76 (30.08% from 255 or 16.03% from 474); Blue value is 245 (96.09% from 255 or 51.69% from 474); Max value from RGB is 245 - color contains mainly: blue. Hex color #994CF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #994CF5 is #66B30A. Grayscale: #757575. Windows color (decimal): -6730507 or 16075929. OLE color: 16075929.

HSL color Cylindrical-coordinate representation of color #994CF5: hue angle of 267.34º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #994CF5 is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 153 76 245 -
CMYK 0.38 0.69 0 0.04
HSL 267.34º 0.89% 0.63% -
HSV(B) 267.34º 0.69% 0.96% -
XYZ 32.2 18.53 88.27 -
YUV 118.29 199.51 152.76 -
System Red Green Blue C M Y K H S L
Decimal 153 76 245 0.38 0.69 0 0.04 267.34 0.89 0.63
Hex 99 4C F5 26 45 0 4 10B 59 3F
Octal 231 114 365 46 105 0 4 413 131 77
Binary 10011001 1001100 11110101 100110 1000101 0 100 100001011 1011001 111111

Color Harmonies of #994CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994CF5

Black with #994CF5

Text Example


Text Example

White with #994CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994CF5; }

 p { color: rgb(153,76,245); }

 H1.HeaderClassName
 {
   color: #994CF5;
 }
 .AnyTagClassName
 {
   color: #994CF5;
 }
</style>

background-color css

<style>
 a { background-color: #994CF5; }

 a { background-color: rgb(153,76,245); }

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

border-color css

<style>
 span { border-color: #994CF5; }

 span { border-color: rgb(153,76,245); }

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