Html Css Color HEX #990EFC Blue Violet

📋 copy color: '#990EFC'

red 153 ◦ green 14 ◦ blue 252

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

Shades of Blue Violet #990EFC

Tints of Blue Violet #990EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 60.14%

R = 36.52%
G = 3.34%
B = 60.14%

CMYK

 C value IS 0.39

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#990EFC (or 0x990EFC) is known color: Blue Violet. HEX triplet: 99, 0E and FC. RGB value is (153,14,252). Sum of RGB (Red+Green+Blue) = 153+14+252=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 14 (5.86% from 255 or 3.34% from 419); Blue value is 252 (98.83% from 255 or 60.14% from 419); Max value from RGB is 252 - color contains mainly: blue. Hex color #990EFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990EFC is #66F103. Grayscale: #515151. Windows color (decimal): -6746372 or 16518809. OLE color: 16518809.

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

Color convert

RGB 153 14 252 -
CMYK 0.39 0.94 0 0.01
HSL 275.04º 0.98% 0.52% -
HSV(B) 275.04º 0.94% 0.99% -
XYZ 30.86 14.11 93.19 -
YUV 82.69 223.55 178.15 -
System Red Green Blue C M Y K H S L
Decimal 153 14 252 0.39 0.94 0 0.01 275.04 0.98 0.52
Hex 99 E FC 27 5E 0 1 113 62 34
Octal 231 16 374 47 136 0 1 423 142 64
Binary 10011001 1110 11111100 100111 1011110 0 1 100010011 1100010 110100

Color Harmonies of #990EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990EFC

Black with #990EFC

Text Example


Text Example

White with #990EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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