Html Css Color HEX #990F7C Dark Purple

📋 copy color: '#990F7C'

red 153 ◦ green 15 ◦ blue 124

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

Shades of Dark Purple #990F7C

Tints of Dark Purple #990F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 42.47%

R = 52.4%
G = 5.14%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#990F7C (or 0x990F7C) is known color: Dark Purple. HEX triplet: 99, 0F and 7C. RGB value is (153,15,124). Sum of RGB (Red+Green+Blue) = 153+15+124=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 15 (6.25% from 255 or 5.14% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #990F7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990F7C is #66F083. Grayscale: #444444. Windows color (decimal): -6746244 or 8130457. OLE color: 8130457.

HSL color Cylindrical-coordinate representation of color #990F7C: hue angle of 312.61º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #990F7C is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 15 124 -
CMYK 0 0.90 0.19 0.4
HSL 312.61º 0.82% 0.33% -
HSV(B) 312.61º 0.9% 0.6% -
XYZ 16.95 8.57 19.83 -
YUV 68.69 159.22 188.14 -
System Red Green Blue C M Y K H S L
Decimal 153 15 124 0 0.90 0.19 0.4 312.61 0.82 0.33
Hex 99 F 7C 0 5A 13 28 139 52 21
Octal 231 17 174 0 132 23 50 471 122 41
Binary 10011001 1111 1111100 0 1011010 10011 101000 100111001 1010010 100001

Color Harmonies of #990F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990F7C

Black with #990F7C

Text Example


Text Example

White with #990F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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