Html Css Color HEX #990FCF Dark Violet

📋 copy color: '#990FCF'

red 153 ◦ green 15 ◦ blue 207

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

Shades of Dark Violet #990FCF

Tints of Dark Violet #990FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 55.2%

R = 40.8%
G = 4%
B = 55.2%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#990FCF (or 0x990FCF) is known color: Dark Violet. HEX triplet: 99, 0F and CF. RGB value is (153,15,207). Sum of RGB (Red+Green+Blue) = 153+15+207=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 15 (6.25% from 255 or 4% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #990FCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990FCF is #66F030. Grayscale: #4D4D4D. Windows color (decimal): -6746161 or 13569945. OLE color: 13569945.

HSL color Cylindrical-coordinate representation of color #990FCF: hue angle of 283.12º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990FCF is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 15 207 -
CMYK 0.26 0.93 0 0.19
HSL 283.13º 0.86% 0.44% -
HSV(B) 283.13º 0.93% 0.81% -
XYZ 24.57 11.62 59.98 -
YUV 78.15 200.72 181.39 -
System Red Green Blue C M Y K H S L
Decimal 153 15 207 0.26 0.93 0 0.19 283.13 0.86 0.44
Hex 99 F CF 1A 5D 0 13 11B 56 2C
Octal 231 17 317 32 135 0 23 433 126 54
Binary 10011001 1111 11001111 11010 1011101 0 10011 100011011 1010110 101100

Color Harmonies of #990FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990FCF

Black with #990FCF

Text Example


Text Example

White with #990FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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