#990CF4

Color #990CF4 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #990CF4

Tints of Dark Violet #990CF4

Color information

#990CF4 (or 0x990CF4) is unknown color: approx Dark Violet. HEX triplet: 99, 0C and F4. RGB value is (153,12,244). Sum of RGB (Red+Green+Blue) = 153+12+244=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 12 (5.08% from 255 or 2.93% from 409); Blue value is 244 (95.70% from 255 or 59.66% from 409); Max value from RGB is 244 - color contains mainly: blue. Hex color #990CF4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990CF4 is #66F30B. Grayscale: #4F4F4F. Windows color (decimal): -6746892 or 15994009. OLE color: 15994009.

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

Color convert

RGB15312244-
CMYK0.370.9500.04
HSL276.47º91.34%50.2%-
HSV(B)276.47º95.08%95.69%-
XYZ29.613.5786.65-
YUV80.61220.21179.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.41%
GREEN value IS 12 (5.08% from 255) = 2.93%
BLUE value IS 244 (95.70% from 255) = 59.66%
R=37.41%
G=2.93%
B=59.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal153122440.370.9500.04276.4791.3450.2
Hex99CF4255F041145b32
Octal23114364451370442413362
Binary10011001110011110100100101101111101001000101001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #990CF4;
 }
 .AnyTagClassName
 {
   color: #990CF4;
 }
</style>
background-color css

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

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

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

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

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

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