Html Css Color HEX #990AFD Electric Purple

📋 copy color: '#990AFD'

red 153 ◦ green 10 ◦ blue 253

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

Shades of Electric Purple #990AFD

Tints of Electric Purple #990AFD

RGB

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

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

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

R = 36.78%
G = 2.4%
B = 60.82%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#990AFD (or 0x990AFD) is known color: Electric Purple. HEX triplet: 99, 0A and FD. RGB value is (153,10,253). Sum of RGB (Red+Green+Blue) = 153+10+253=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 10 (4.30% from 255 or 2.40% from 416); Blue value is 253 (99.22% from 255 or 60.82% from 416); Max value from RGB is 253 - color contains mainly: blue. Hex color #990AFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990AFD is #66F502. Grayscale: #4F4F4F. Windows color (decimal): -6747395 or 16583321. OLE color: 16583321.

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

Color convert

RGB 153 10 253 -
CMYK 0.40 0.96 0 0.01
HSL 275.31º 0.98% 0.52% -
HSV(B) 275.31º 0.96% 0.99% -
XYZ 30.98 14.08 94.01 -
YUV 80.46 225.38 179.74 -
System Red Green Blue C M Y K H S L
Decimal 153 10 253 0.40 0.96 0 0.01 275.31 0.98 0.52
Hex 99 A FD 28 60 0 1 113 62 34
Octal 231 12 375 50 140 0 1 423 142 64
Binary 10011001 1010 11111101 101000 1100000 0 1 100010011 1100010 110100

Color Harmonies of #990AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990AFD

Black with #990AFD

Text Example


Text Example

White with #990AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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