Html Css Color HEX #990DFE Electric Purple

📋 copy color: '#990DFE'

red 153 ◦ green 13 ◦ blue 254

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

Shades of Electric Purple #990DFE

Tints of Electric Purple #990DFE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.1%

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

R = 36.43%
G = 3.1%
B = 60.48%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#990DFE (or 0x990DFE) is known color: Electric Purple. HEX triplet: 99, 0D and FE. RGB value is (153,13,254). Sum of RGB (Red+Green+Blue) = 153+13+254=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 13 (5.47% from 255 or 3.10% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #990DFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990DFE is #66F201. Grayscale: #515151. Windows color (decimal): -6746626 or 16649625. OLE color: 16649625.

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

Color convert

RGB 153 13 254 -
CMYK 0.40 0.95 0 0.00
HSL 274.85º 0.99% 0.52% -
HSV(B) 274.85º 0.95% 1% -
XYZ 31.17 14.22 94.87 -
YUV 82.33 224.88 178.4 -
System Red Green Blue C M Y K H S L
Decimal 153 13 254 0.40 0.95 0 0.00 274.85 0.99 0.52
Hex 99 D FE 28 5F 0 0 113 63 34
Octal 231 15 376 50 137 0 0 423 143 64
Binary 10011001 1101 11111110 101000 1011111 0 0 100010011 1100011 110100

Color Harmonies of #990DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990DFE

Black with #990DFE

Text Example


Text Example

White with #990DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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