Html Css Color HEX #990BF8 Dark Violet

📋 copy color: '#990BF8'

red 153 ◦ green 11 ◦ blue 248

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

Shades of Dark Violet #990BF8

Tints of Dark Violet #990BF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 60.19%

R = 37.14%
G = 2.67%
B = 60.19%

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

#990BF8 (or 0x990BF8) is known color: Dark Violet. HEX triplet: 99, 0B and F8. RGB value is (153,11,248). Sum of RGB (Red+Green+Blue) = 153+11+248=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 11 (4.69% from 255 or 2.67% from 412); Blue value is 248 (97.27% from 255 or 60.19% from 412); Max value from RGB is 248 - color contains mainly: blue. Hex color #990BF8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990BF8 is #66F407. Grayscale: #4F4F4F. Windows color (decimal): -6747144 or 16255897. OLE color: 16255897.

HSL color Cylindrical-coordinate representation of color #990BF8: hue angle of 275.95º 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 #990BF8 is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 153 11 248 -
CMYK 0.38 0.96 0 0.03
HSL 275.95º 0.94% 0.51% -
HSV(B) 275.95º 0.96% 0.97% -
XYZ 30.2 13.79 89.88 -
YUV 80.48 222.54 179.73 -
System Red Green Blue C M Y K H S L
Decimal 153 11 248 0.38 0.96 0 0.03 275.95 0.94 0.51
Hex 99 B F8 26 60 0 3 114 5E 33
Octal 231 13 370 46 140 0 3 424 136 63
Binary 10011001 1011 11111000 100110 1100000 0 11 100010100 1011110 110011

Color Harmonies of #990BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990BF8

Black with #990BF8

Text Example


Text Example

White with #990BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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