Html Css Color HEX #990DFD Electric Purple

📋 copy color: '#990DFD'

red 153 ◦ green 13 ◦ blue 253

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

Shades of Electric Purple #990DFD

Tints of Electric Purple #990DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 60.38%

R = 36.52%
G = 3.1%
B = 60.38%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#990DFD (or 0x990DFD) is known color: Electric Purple. HEX triplet: 99, 0D and FD. RGB value is (153,13,253). Sum of RGB (Red+Green+Blue) = 153+13+253=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 13 (5.47% from 255 or 3.10% from 419); Blue value is 253 (99.22% from 255 or 60.38% from 419); Max value from RGB is 253 - color contains mainly: blue. Hex color #990DFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990DFD is #66F202. Grayscale: #515151. Windows color (decimal): -6746627 or 16584089. OLE color: 16584089.

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

Color convert

RGB 153 13 253 -
CMYK 0.40 0.95 0 0.01
HSL 275º 0.98% 0.52% -
HSV(B) 275º 0.95% 0.99% -
XYZ 31.01 14.15 94.03 -
YUV 82.22 224.38 178.49 -
System Red Green Blue C M Y K H S L
Decimal 153 13 253 0.40 0.95 0 0.01 275 0.98 0.52
Hex 99 D FD 28 5F 0 1 113 62 34
Octal 231 15 375 50 137 0 1 423 142 64
Binary 10011001 1101 11111101 101000 1011111 0 1 100010011 1100010 110100

Color Harmonies of #990DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990DFD

Black with #990DFD

Text Example


Text Example

White with #990DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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