Html Css Color HEX #994CF8 Blue Violet

📋 copy color: '#994CF8'

red 153 ◦ green 76 ◦ blue 248

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

Shades of Blue Violet #994CF8

Tints of Blue Violet #994CF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 51.99%

R = 32.08%
G = 15.93%
B = 51.99%

CMYK

 C value IS 0.38

 M value IS 0.69

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#994CF8 (or 0x994CF8) is known color: Blue Violet. HEX triplet: 99, 4C and F8. RGB value is (153,76,248). Sum of RGB (Red+Green+Blue) = 153+76+248=477 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.08% from 477); Green value is 76 (30.08% from 255 or 15.93% from 477); Blue value is 248 (97.27% from 255 or 51.99% from 477); Max value from RGB is 248 - color contains mainly: blue. Hex color #994CF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #994CF8 is #66B307. Grayscale: #767676. Windows color (decimal): -6730504 or 16272537. OLE color: 16272537.

HSL color Cylindrical-coordinate representation of color #994CF8: hue angle of 266.86º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #994CF8 is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 153 76 248 -
CMYK 0.38 0.69 0 0.03
HSL 266.86º 0.92% 0.64% -
HSV(B) 266.86º 0.69% 0.97% -
XYZ 32.66 18.72 90.7 -
YUV 118.63 201.01 152.51 -
System Red Green Blue C M Y K H S L
Decimal 153 76 248 0.38 0.69 0 0.03 266.86 0.92 0.64
Hex 99 4C F8 26 45 0 3 10B 5C 40
Octal 231 114 370 46 105 0 3 413 134 100
Binary 10011001 1001100 11111000 100110 1000101 0 11 100001011 1011100 1000000

Color Harmonies of #994CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994CF8

Black with #994CF8

Text Example


Text Example

White with #994CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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