Html Css Color HEX #994BF2 Blue Violet

📋 copy color: '#994BF2'

red 153 ◦ green 75 ◦ blue 242

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

Shades of Blue Violet #994BF2

Tints of Blue Violet #994BF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 51.49%

R = 32.55%
G = 15.96%
B = 51.49%

CMYK

 C value IS 0.37

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#994BF2 (or 0x994BF2) is known color: Blue Violet. HEX triplet: 99, 4B and F2. RGB value is (153,75,242). Sum of RGB (Red+Green+Blue) = 153+75+242=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 75 (29.69% from 255 or 15.96% from 470); Blue value is 242 (94.92% from 255 or 51.49% from 470); Max value from RGB is 242 - color contains mainly: blue. Hex color #994BF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #994BF2 is #66B40D. Grayscale: #747474. Windows color (decimal): -6730766 or 15879065. OLE color: 15879065.

HSL color Cylindrical-coordinate representation of color #994BF2: hue angle of 268.02º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #994BF2 is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 153 75 242 -
CMYK 0.37 0.69 0 0.05
HSL 268.02º 0.87% 0.62% -
HSV(B) 268.02º 0.69% 0.95% -
XYZ 31.68 18.22 85.85 -
YUV 117.36 198.34 153.42 -
System Red Green Blue C M Y K H S L
Decimal 153 75 242 0.37 0.69 0 0.05 268.02 0.87 0.62
Hex 99 4B F2 25 45 0 5 10C 57 3E
Octal 231 113 362 45 105 0 5 414 127 76
Binary 10011001 1001011 11110010 100101 1000101 0 101 100001100 1010111 111110

Color Harmonies of #994BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994BF2

Black with #994BF2

Text Example


Text Example

White with #994BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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