Html Css Color HEX #994BFA Blue Violet

📋 copy color: '#994BFA'

red 153 ◦ green 75 ◦ blue 250

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

Shades of Blue Violet #994BFA

Tints of Blue Violet #994BFA

RGB

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

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

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

R = 32.01%
G = 15.69%
B = 52.3%

CMYK

 C value IS 0.39

 M value IS 0.7

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#994BFA (or 0x994BFA) is known color: Blue Violet. HEX triplet: 99, 4B and FA. RGB value is (153,75,250). Sum of RGB (Red+Green+Blue) = 153+75+250=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 75 (29.69% from 255 or 15.69% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #994BFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #994BFA is #66B405. Grayscale: #757575. Windows color (decimal): -6730758 or 16403353. OLE color: 16403353.

HSL color Cylindrical-coordinate representation of color #994BFA: hue angle of 266.74º 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 #994BFA is Cyan = 0.39, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 75 250 -
CMYK 0.39 0.7 0 0.02
HSL 266.74º 0.95% 0.64% -
HSV(B) 266.74º 0.7% 0.98% -
XYZ 32.91 18.71 92.32 -
YUV 118.27 202.34 152.77 -
System Red Green Blue C M Y K H S L
Decimal 153 75 250 0.39 0.7 0 0.02 266.74 0.95 0.64
Hex 99 4B FA 27 46 0 2 10B 5F 40
Octal 231 113 372 47 106 0 2 413 137 100
Binary 10011001 1001011 11111010 100111 1000110 0 10 100001011 1011111 1000000

Color Harmonies of #994BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994BFA

Black with #994BFA

Text Example


Text Example

White with #994BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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