Html Css Color HEX #990FFF Blue Violet

📋 copy color: '#990FFF'

red 153 ◦ green 15 ◦ blue 255

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

Shades of Blue Violet #990FFF

Tints of Blue Violet #990FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 60.28%

R = 36.17%
G = 3.55%
B = 60.28%

CMYK

 C value IS 0.4

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#990FFF (or 0x990FFF) is known color: Blue Violet. HEX triplet: 99, 0F and FF. RGB value is (153,15,255). Sum of RGB (Red+Green+Blue) = 153+15+255=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 15 (6.25% from 255 or 3.55% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #990FFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990FFF is #66F000. Grayscale: #525252. Windows color (decimal): -6746113 or 16715673. OLE color: 16715673.

HSL color Cylindrical-coordinate representation of color #990FFF: hue angle of 274.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990FFF is Cyan = 0.4, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 153 15 255 -
CMYK 0.4 0.94 0 0
HSL 274.5º 1% 0.53% -
HSV(B) 274.5º 0.94% 1% -
XYZ 31.36 14.33 95.72 -
YUV 83.62 224.72 177.49 -
System Red Green Blue C M Y K H S L
Decimal 153 15 255 0.4 0.94 0 0 274.5 1 0.53
Hex 99 F FF 28 5E 0 0 112 64 35
Octal 231 17 377 50 136 0 0 422 144 65
Binary 10011001 1111 11111111 101000 1011110 0 0 100010010 1100100 110101

Color Harmonies of #990FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990FFF

Black with #990FFF

Text Example


Text Example

White with #990FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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