Html Css Color HEX #990FDE Dark Violet

📋 copy color: '#990FDE'

red 153 ◦ green 15 ◦ blue 222

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

Shades of Dark Violet #990FDE

Tints of Dark Violet #990FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 56.92%

R = 39.23%
G = 3.85%
B = 56.92%

CMYK

 C value IS 0.31

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#990FDE (or 0x990FDE) is known color: Dark Violet. HEX triplet: 99, 0F and DE. RGB value is (153,15,222). Sum of RGB (Red+Green+Blue) = 153+15+222=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 15 (6.25% from 255 or 3.85% from 390); Blue value is 222 (87.11% from 255 or 56.92% from 390); Max value from RGB is 222 - color contains mainly: blue. Hex color #990FDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990FDE is #66F021. Grayscale: #4F4F4F. Windows color (decimal): -6746146 or 14552985. OLE color: 14552985.

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

Color convert

RGB 153 15 222 -
CMYK 0.31 0.93 0 0.13
HSL 280º 0.87% 0.46% -
HSV(B) 280º 0.93% 0.87% -
XYZ 26.49 12.39 70.1 -
YUV 79.86 208.22 180.17 -
System Red Green Blue C M Y K H S L
Decimal 153 15 222 0.31 0.93 0 0.13 280 0.87 0.46
Hex 99 F DE 1F 5D 0 D 118 57 2E
Octal 231 17 336 37 135 0 15 430 127 56
Binary 10011001 1111 11011110 11111 1011101 0 1101 100011000 1010111 101110

Color Harmonies of #990FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990FDE

Black with #990FDE

Text Example


Text Example

White with #990FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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