Html Css Color HEX #990BF7 Dark Violet

📋 copy color: '#990BF7'

red 153 ◦ green 11 ◦ blue 247

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

Shades of Dark Violet #990BF7

Tints of Dark Violet #990BF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 60.1%

R = 37.23%
G = 2.68%
B = 60.1%

CMYK

 C value IS 0.38

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#990BF7 (or 0x990BF7) is known color: Dark Violet. HEX triplet: 99, 0B and F7. RGB value is (153,11,247). Sum of RGB (Red+Green+Blue) = 153+11+247=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 11 (4.69% from 255 or 2.68% from 411); Blue value is 247 (96.88% from 255 or 60.10% from 411); Max value from RGB is 247 - color contains mainly: blue. Hex color #990BF7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990BF7 is #66F408. Grayscale: #4F4F4F. Windows color (decimal): -6747145 or 16190361. OLE color: 16190361.

HSL color Cylindrical-coordinate representation of color #990BF7: hue angle of 276.1º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #990BF7 is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 153 11 247 -
CMYK 0.38 0.96 0 0.03
HSL 276.1º 0.94% 0.51% -
HSV(B) 276.1º 0.96% 0.97% -
XYZ 30.05 13.73 89.06 -
YUV 80.36 222.04 179.81 -
System Red Green Blue C M Y K H S L
Decimal 153 11 247 0.38 0.96 0 0.03 276.1 0.94 0.51
Hex 99 B F7 26 60 0 3 114 5E 33
Octal 231 13 367 46 140 0 3 424 136 63
Binary 10011001 1011 11110111 100110 1100000 0 11 100010100 1011110 110011

Color Harmonies of #990BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990BF7

Black with #990BF7

Text Example


Text Example

White with #990BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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