Html Css Color HEX #990BAF Dark Violet

📋 copy color: '#990BAF'

red 153 ◦ green 11 ◦ blue 175

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

Shades of Dark Violet #990BAF

Tints of Dark Violet #990BAF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.24%

 BLUE value IS 175 (68.75% from 255) = 51.62%

R = 45.13%
G = 3.24%
B = 51.62%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#990BAF (or 0x990BAF) is known color: Dark Violet. HEX triplet: 99, 0B and AF. RGB value is (153,11,175). Sum of RGB (Red+Green+Blue) = 153+11+175=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 11 (4.69% from 255 or 3.24% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #990BAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990BAF is #66F450. Grayscale: #474747. Windows color (decimal): -6747217 or 11471769. OLE color: 11471769.

HSL color Cylindrical-coordinate representation of color #990BAF: hue angle of 291.95º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990BAF is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 153 11 175 -
CMYK 0.13 0.94 0 0.31
HSL 291.95º 0.88% 0.36% -
HSV(B) 291.95º 0.94% 0.69% -
XYZ 20.99 10.11 41.4 -
YUV 72.15 186.04 185.66 -
System Red Green Blue C M Y K H S L
Decimal 153 11 175 0.13 0.94 0 0.31 291.95 0.88 0.36
Hex 99 B AF D 5E 0 1F 124 58 24
Octal 231 13 257 15 136 0 37 444 130 44
Binary 10011001 1011 10101111 1101 1011110 0 11111 100100100 1011000 100100

Color Harmonies of #990BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990BAF

Black with #990BAF

Text Example


Text Example

White with #990BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,11,175); }

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

background-color css

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

 a { background-color: rgb(153,11,175); }

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

border-color css

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

 span { border-color: rgb(153,11,175); }

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