Html Css Color HEX #994CFA Blue Violet

📋 copy color: '#994CFA'

red 153 ◦ green 76 ◦ blue 250

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

Shades of Blue Violet #994CFA

Tints of Blue Violet #994CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.19%

R = 31.94%
G = 15.87%
B = 52.19%

CMYK

 C value IS 0.39

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#994CFA (or 0x994CFA) is known color: Blue Violet. HEX triplet: 99, 4C and FA. RGB value is (153,76,250). Sum of RGB (Red+Green+Blue) = 153+76+250=479 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.94% from 479); Green value is 76 (30.08% from 255 or 15.87% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #994CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #994CFA is #66B305. Grayscale: #767676. Windows color (decimal): -6730502 or 16403609. OLE color: 16403609.

HSL color Cylindrical-coordinate representation of color #994CFA: hue angle of 266.55º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #994CFA is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 76 250 -
CMYK 0.39 0.70 0 0.02
HSL 266.55º 0.95% 0.64% -
HSV(B) 266.55º 0.7% 0.98% -
XYZ 32.98 18.84 92.34 -
YUV 118.86 202.01 152.35 -
System Red Green Blue C M Y K H S L
Decimal 153 76 250 0.39 0.70 0 0.02 266.55 0.95 0.64
Hex 99 4C FA 27 46 0 2 10B 5F 40
Octal 231 114 372 47 106 0 2 413 137 100
Binary 10011001 1001100 11111010 100111 1000110 0 10 100001011 1011111 1000000

Color Harmonies of #994CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994CFA

Black with #994CFA

Text Example


Text Example

White with #994CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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