Html Css Color HEX #990AFF Electric Purple

📋 copy color: '#990AFF'

red 153 ◦ green 10 ◦ blue 255

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

Shades of Electric Purple #990AFF

Tints of Electric Purple #990AFF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.39%

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

R = 36.6%
G = 2.39%
B = 61%

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

#990AFF (or 0x990AFF) is known color: Electric Purple. HEX triplet: 99, 0A and FF. RGB value is (153,10,255). Sum of RGB (Red+Green+Blue) = 153+10+255=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 10 (4.30% from 255 or 2.39% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #990AFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990AFF is #66F500. Grayscale: #4F4F4F. Windows color (decimal): -6747393 or 16714393. OLE color: 16714393.

HSL color Cylindrical-coordinate representation of color #990AFF: hue angle of 275.02º 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 #990AFF is Cyan = 0.4, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 153 10 255 -
CMYK 0.4 0.96 0 0
HSL 275.02º 1% 0.52% -
HSV(B) 275.02º 0.96% 1% -
XYZ 31.3 14.21 95.7 -
YUV 80.69 226.38 179.58 -
System Red Green Blue C M Y K H S L
Decimal 153 10 255 0.4 0.96 0 0 275.02 1 0.52
Hex 99 A FF 28 60 0 0 113 64 34
Octal 231 12 377 50 140 0 0 423 144 64
Binary 10011001 1010 11111111 101000 1100000 0 0 100010011 1100100 110100

Color Harmonies of #990AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990AFF

Black with #990AFF

Text Example


Text Example

White with #990AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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