Html Css Color HEX #990FFA Blue Violet

📋 copy color: '#990FFA'

red 153 ◦ green 15 ◦ blue 250

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

Shades of Blue Violet #990FFA

Tints of Blue Violet #990FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 59.81%

R = 36.6%
G = 3.59%
B = 59.81%

CMYK

 C value IS 0.39

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#990FFA (or 0x990FFA) is known color: Blue Violet. HEX triplet: 99, 0F and FA. RGB value is (153,15,250). Sum of RGB (Red+Green+Blue) = 153+15+250=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 15 (6.25% from 255 or 3.59% from 418); Blue value is 250 (98.05% from 255 or 59.81% from 418); Max value from RGB is 250 - color contains mainly: blue. Hex color #990FFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990FFA is #66F005. Grayscale: #525252. Windows color (decimal): -6746118 or 16387993. OLE color: 16387993.

HSL color Cylindrical-coordinate representation of color #990FFA: hue angle of 275.23º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990FFA is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 15 250 -
CMYK 0.39 0.94 0 0.02
HSL 275.23º 0.96% 0.52% -
HSV(B) 275.23º 0.94% 0.98% -
XYZ 30.56 14.02 91.54 -
YUV 83.05 222.22 177.89 -
System Red Green Blue C M Y K H S L
Decimal 153 15 250 0.39 0.94 0 0.02 275.23 0.96 0.52
Hex 99 F FA 27 5E 0 2 113 60 34
Octal 231 17 372 47 136 0 2 423 140 64
Binary 10011001 1111 11111010 100111 1011110 0 10 100010011 1100000 110100

Color Harmonies of #990FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990FFA

Black with #990FFA

Text Example


Text Example

White with #990FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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