Html Css Color HEX #990FF4 Blue Violet

📋 copy color: '#990FF4'

red 153 ◦ green 15 ◦ blue 244

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

Shades of Blue Violet #990FF4

Tints of Blue Violet #990FF4

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.64%

 BLUE value IS 244 (95.7% from 255) = 59.22%

R = 37.14%
G = 3.64%
B = 59.22%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#990FF4 (or 0x990FF4) is known color: Blue Violet. HEX triplet: 99, 0F and F4. RGB value is (153,15,244). Sum of RGB (Red+Green+Blue) = 153+15+244=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 15 (6.25% from 255 or 3.64% from 412); Blue value is 244 (95.70% from 255 or 59.22% from 412); Max value from RGB is 244 - color contains mainly: blue. Hex color #990FF4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990FF4 is #66F00B. Grayscale: #515151. Windows color (decimal): -6746124 or 15994777. OLE color: 15994777.

HSL color Cylindrical-coordinate representation of color #990FF4: hue angle of 276.16º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990FF4 is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 153 15 244 -
CMYK 0.37 0.94 0 0.04
HSL 276.16º 0.91% 0.51% -
HSV(B) 276.16º 0.94% 0.96% -
XYZ 29.64 13.65 86.66 -
YUV 82.37 219.22 178.38 -
System Red Green Blue C M Y K H S L
Decimal 153 15 244 0.37 0.94 0 0.04 276.16 0.91 0.51
Hex 99 F F4 25 5E 0 4 114 5B 33
Octal 231 17 364 45 136 0 4 424 133 63
Binary 10011001 1111 11110100 100101 1011110 0 100 100010100 1011011 110011

Color Harmonies of #990FF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990FF4

Black with #990FF4

Text Example


Text Example

White with #990FF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990FF4; }

 p { color: rgb(153,15,244); }

 H1.HeaderClassName
 {
   color: #990FF4;
 }
 .AnyTagClassName
 {
   color: #990FF4;
 }
</style>

background-color css

<style>
 a { background-color: #990FF4; }

 a { background-color: rgb(153,15,244); }

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

border-color css

<style>
 span { border-color: #990FF4; }

 span { border-color: rgb(153,15,244); }

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