Html Css Color HEX #990EF6 Blue Violet

📋 copy color: '#990EF6'

red 153 ◦ green 14 ◦ blue 246

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

Shades of Blue Violet #990EF6

Tints of Blue Violet #990EF6

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.39%

 BLUE value IS 246 (96.48% from 255) = 59.56%

R = 37.05%
G = 3.39%
B = 59.56%

CMYK

 C value IS 0.38

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#990EF6 (or 0x990EF6) is known color: Blue Violet. HEX triplet: 99, 0E and F6. RGB value is (153,14,246). Sum of RGB (Red+Green+Blue) = 153+14+246=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 14 (5.86% from 255 or 3.39% from 413); Blue value is 246 (96.48% from 255 or 59.56% from 413); Max value from RGB is 246 - color contains mainly: blue. Hex color #990EF6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990EF6 is #66F109. Grayscale: #515151. Windows color (decimal): -6746378 or 16125593. OLE color: 16125593.

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

Color convert

RGB 153 14 246 -
CMYK 0.38 0.94 0 0.04
HSL 275.95º 0.93% 0.51% -
HSV(B) 275.95º 0.94% 0.96% -
XYZ 29.93 13.74 88.26 -
YUV 82.01 220.55 178.64 -
System Red Green Blue C M Y K H S L
Decimal 153 14 246 0.38 0.94 0 0.04 275.95 0.93 0.51
Hex 99 E F6 26 5E 0 4 114 5D 33
Octal 231 16 366 46 136 0 4 424 135 63
Binary 10011001 1110 11110110 100110 1011110 0 100 100010100 1011101 110011

Color Harmonies of #990EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990EF6

Black with #990EF6

Text Example


Text Example

White with #990EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,14,246); }

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

background-color css

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

 a { background-color: rgb(153,14,246); }

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

border-color css

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

 span { border-color: rgb(153,14,246); }

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