Html Css Color HEX #990FD7 Dark Violet

📋 copy color: '#990FD7'

red 153 ◦ green 15 ◦ blue 215

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

Shades of Dark Violet #990FD7

Tints of Dark Violet #990FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 56.14%

R = 39.95%
G = 3.92%
B = 56.14%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#990FD7 (or 0x990FD7) is known color: Dark Violet. HEX triplet: 99, 0F and D7. RGB value is (153,15,215). Sum of RGB (Red+Green+Blue) = 153+15+215=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 15 (6.25% from 255 or 3.92% from 383); Blue value is 215 (84.38% from 255 or 56.14% from 383); Max value from RGB is 215 - color contains mainly: blue. Hex color #990FD7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990FD7 is #66F028. Grayscale: #4E4E4E. Windows color (decimal): -6746153 or 14094233. OLE color: 14094233.

HSL color Cylindrical-coordinate representation of color #990FD7: hue angle of 281.4º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990FD7 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 153 15 215 -
CMYK 0.29 0.93 0 0.16
HSL 281.4º 0.87% 0.45% -
HSV(B) 281.4º 0.93% 0.84% -
XYZ 25.57 12.02 65.26 -
YUV 79.06 204.72 180.74 -
System Red Green Blue C M Y K H S L
Decimal 153 15 215 0.29 0.93 0 0.16 281.4 0.87 0.45
Hex 99 F D7 1D 5D 0 10 119 57 2D
Octal 231 17 327 35 135 0 20 431 127 55
Binary 10011001 1111 11010111 11101 1011101 0 10000 100011001 1010111 101101

Color Harmonies of #990FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990FD7

Black with #990FD7

Text Example


Text Example

White with #990FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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