Html Css Color HEX #990BFF Electric Purple

📋 copy color: '#990BFF'

red 153 ◦ green 11 ◦ blue 255

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

Shades of Electric Purple #990BFF

Tints of Electric Purple #990BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 60.86%

R = 36.52%
G = 2.63%
B = 60.86%

CMYK

 C value IS 0.4

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#990BFF (or 0x990BFF) is known color: Electric Purple. HEX triplet: 99, 0B and FF. RGB value is (153,11,255). Sum of RGB (Red+Green+Blue) = 153+11+255=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 11 (4.69% from 255 or 2.63% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #990BFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990BFF is #66F400. Grayscale: #505050. Windows color (decimal): -6747137 or 16714649. OLE color: 16714649.

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

Color convert

RGB 153 11 255 -
CMYK 0.4 0.96 0 0
HSL 274.92º 1% 0.52% -
HSV(B) 274.92º 0.96% 1% -
XYZ 31.31 14.23 95.7 -
YUV 81.27 226.04 179.16 -
System Red Green Blue C M Y K H S L
Decimal 153 11 255 0.4 0.96 0 0 274.92 1 0.52
Hex 99 B FF 28 60 0 0 113 64 34
Octal 231 13 377 50 140 0 0 423 144 64
Binary 10011001 1011 11111111 101000 1100000 0 0 100010011 1100100 110100

Color Harmonies of #990BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990BFF

Black with #990BFF

Text Example


Text Example

White with #990BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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