Html Css Color HEX #994CFD Blue Violet

📋 copy color: '#994CFD'

red 153 ◦ green 76 ◦ blue 253

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

Shades of Blue Violet #994CFD

Tints of Blue Violet #994CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.49%

R = 31.74%
G = 15.77%
B = 52.49%

CMYK

 C value IS 0.40

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#994CFD (or 0x994CFD) is known color: Blue Violet. HEX triplet: 99, 4C and FD. RGB value is (153,76,253). Sum of RGB (Red+Green+Blue) = 153+76+253=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 76 (30.08% from 255 or 15.77% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #994CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #994CFD is #66B302. Grayscale: #767676. Windows color (decimal): -6730499 or 16600217. OLE color: 16600217.

HSL color Cylindrical-coordinate representation of color #994CFD: hue angle of 266.1º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #994CFD is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 153 76 253 -
CMYK 0.40 0.70 0 0.01
HSL 266.1º 0.98% 0.65% -
HSV(B) 266.1º 0.7% 0.99% -
XYZ 33.45 19.03 94.84 -
YUV 119.2 203.51 152.11 -
System Red Green Blue C M Y K H S L
Decimal 153 76 253 0.40 0.70 0 0.01 266.1 0.98 0.65
Hex 99 4C FD 28 46 0 1 10A 62 41
Octal 231 114 375 50 106 0 1 412 142 101
Binary 10011001 1001100 11111101 101000 1000110 0 1 100001010 1100010 1000001

Color Harmonies of #994CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994CFD

Black with #994CFD

Text Example


Text Example

White with #994CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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