Html Css Color HEX #990FDA Dark Violet

📋 copy color: '#990FDA'

red 153 ◦ green 15 ◦ blue 218

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

Shades of Dark Violet #990FDA

Tints of Dark Violet #990FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 56.48%

R = 39.64%
G = 3.89%
B = 56.48%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#990FDA (or 0x990FDA) is known color: Dark Violet. HEX triplet: 99, 0F and DA. RGB value is (153,15,218). Sum of RGB (Red+Green+Blue) = 153+15+218=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 15 (6.25% from 255 or 3.89% from 386); Blue value is 218 (85.55% from 255 or 56.48% from 386); Max value from RGB is 218 - color contains mainly: blue. Hex color #990FDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990FDA is #66F025. Grayscale: #4E4E4E. Windows color (decimal): -6746150 or 14290841. OLE color: 14290841.

HSL color Cylindrical-coordinate representation of color #990FDA: hue angle of 280.79º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990FDA is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 15 218 -
CMYK 0.30 0.93 0 0.15
HSL 280.79º 0.87% 0.46% -
HSV(B) 280.79º 0.93% 0.85% -
XYZ 25.96 12.18 67.31 -
YUV 79.4 206.22 180.49 -
System Red Green Blue C M Y K H S L
Decimal 153 15 218 0.30 0.93 0 0.15 280.79 0.87 0.46
Hex 99 F DA 1E 5D 0 F 119 57 2E
Octal 231 17 332 36 135 0 17 431 127 56
Binary 10011001 1111 11011010 11110 1011101 0 1111 100011001 1010111 101110

Color Harmonies of #990FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990FDA

Black with #990FDA

Text Example


Text Example

White with #990FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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