Html Css Color HEX #990EFB Blue Violet

📋 copy color: '#990EFB'

red 153 ◦ green 14 ◦ blue 251

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

Shades of Blue Violet #990EFB

Tints of Blue Violet #990EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 60.05%

R = 36.6%
G = 3.35%
B = 60.05%

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

#990EFB (or 0x990EFB) is known color: Blue Violet. HEX triplet: 99, 0E and FB. RGB value is (153,14,251). Sum of RGB (Red+Green+Blue) = 153+14+251=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 14 (5.86% from 255 or 3.35% from 418); Blue value is 251 (98.44% from 255 or 60.05% from 418); Max value from RGB is 251 - color contains mainly: blue. Hex color #990EFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990EFB is #66F104. Grayscale: #515151. Windows color (decimal): -6746373 or 16453273. OLE color: 16453273.

HSL color Cylindrical-coordinate representation of color #990EFB: hue angle of 275.19º degrees, saturation: 0.97, 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 #990EFB is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 14 251 -
CMYK 0.39 0.94 0 0.02
HSL 275.19º 0.97% 0.52% -
HSV(B) 275.19º 0.94% 0.98% -
XYZ 30.71 14.05 92.36 -
YUV 82.58 223.05 178.23 -
System Red Green Blue C M Y K H S L
Decimal 153 14 251 0.39 0.94 0 0.02 275.19 0.97 0.52
Hex 99 E FB 27 5E 0 2 113 61 34
Octal 231 16 373 47 136 0 2 423 141 64
Binary 10011001 1110 11111011 100111 1011110 0 10 100010011 1100001 110100

Color Harmonies of #990EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990EFB

Black with #990EFB

Text Example


Text Example

White with #990EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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