Html Css Color HEX #990BFE Electric Purple

📋 copy color: '#990BFE'

red 153 ◦ green 11 ◦ blue 254

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

Shades of Electric Purple #990BFE

Tints of Electric Purple #990BFE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.63%

 BLUE value IS 254 (99.61% from 255) = 60.77%

R = 36.6%
G = 2.63%
B = 60.77%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#990BFE (or 0x990BFE) is known color: Electric Purple. HEX triplet: 99, 0B and FE. RGB value is (153,11,254). Sum of RGB (Red+Green+Blue) = 153+11+254=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 11 (4.69% from 255 or 2.63% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #990BFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990BFE is #66F401. Grayscale: #505050. Windows color (decimal): -6747138 or 16649113. OLE color: 16649113.

HSL color Cylindrical-coordinate representation of color #990BFE: hue angle of 275.06º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #990BFE is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 153 11 254 -
CMYK 0.40 0.96 0 0.00
HSL 275.06º 0.99% 0.52% -
HSV(B) 275.06º 0.96% 1% -
XYZ 31.15 14.17 94.86 -
YUV 81.16 225.54 179.24 -
System Red Green Blue C M Y K H S L
Decimal 153 11 254 0.40 0.96 0 0.00 275.06 0.99 0.52
Hex 99 B FE 28 60 0 0 113 63 34
Octal 231 13 376 50 140 0 0 423 143 64
Binary 10011001 1011 11111110 101000 1100000 0 0 100010011 1100011 110100

Color Harmonies of #990BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990BFE

Black with #990BFE

Text Example


Text Example

White with #990BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,11,254); }

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

background-color css

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

 a { background-color: rgb(153,11,254); }

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

border-color css

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

 span { border-color: rgb(153,11,254); }

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