Html Css Color HEX #990FBD Dark Violet

📋 copy color: '#990FBD'

red 153 ◦ green 15 ◦ blue 189

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

Shades of Dark Violet #990FBD

Tints of Dark Violet #990FBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.94%

R = 42.86%
G = 4.2%
B = 52.94%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#990FBD (or 0x990FBD) is known color: Dark Violet. HEX triplet: 99, 0F and BD. RGB value is (153,15,189). Sum of RGB (Red+Green+Blue) = 153+15+189=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 15 (6.25% from 255 or 4.20% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #990FBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990FBD is #66F042. Grayscale: #4B4B4B. Windows color (decimal): -6746179 or 12390297. OLE color: 12390297.

HSL color Cylindrical-coordinate representation of color #990FBD: hue angle of 287.59º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #990FBD is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 15 189 -
CMYK 0.19 0.92 0 0.26
HSL 287.59º 0.85% 0.4% -
HSV(B) 287.59º 0.92% 0.74% -
XYZ 22.49 10.79 49.04 -
YUV 76.1 191.72 182.85 -
System Red Green Blue C M Y K H S L
Decimal 153 15 189 0.19 0.92 0 0.26 287.59 0.85 0.4
Hex 99 F BD 13 5C 0 1A 120 55 28
Octal 231 17 275 23 134 0 32 440 125 50
Binary 10011001 1111 10111101 10011 1011100 0 11010 100100000 1010101 101000

Color Harmonies of #990FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990FBD

Black with #990FBD

Text Example


Text Example

White with #990FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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