Html Css Color HEX #994BFD Blue Violet

📋 copy color: '#994BFD'

red 153 ◦ green 75 ◦ blue 253

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

Shades of Blue Violet #994BFD

Tints of Blue Violet #994BFD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.59%

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

R = 31.81%
G = 15.59%
B = 52.6%

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

#994BFD (or 0x994BFD) is known color: Blue Violet. HEX triplet: 99, 4B and FD. RGB value is (153,75,253). Sum of RGB (Red+Green+Blue) = 153+75+253=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 75 (29.69% from 255 or 15.59% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #994BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #994BFD is #66B402. Grayscale: #757575. Windows color (decimal): -6730755 or 16599961. OLE color: 16599961.

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

Color convert

RGB 153 75 253 -
CMYK 0.40 0.70 0 0.01
HSL 266.29º 0.98% 0.64% -
HSV(B) 266.29º 0.7% 0.99% -
XYZ 33.38 18.9 94.82 -
YUV 118.61 203.84 152.53 -
System Red Green Blue C M Y K H S L
Decimal 153 75 253 0.40 0.70 0 0.01 266.29 0.98 0.64
Hex 99 4B FD 28 46 0 1 10A 62 40
Octal 231 113 375 50 106 0 1 412 142 100
Binary 10011001 1001011 11111101 101000 1000110 0 1 100001010 1100010 1000000

Color Harmonies of #994BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994BFD

Black with #994BFD

Text Example


Text Example

White with #994BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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