Html Css Color HEX #990CFB Electric Purple

📋 copy color: '#990CFB'

red 153 ◦ green 12 ◦ blue 251

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

Shades of Electric Purple #990CFB

Tints of Electric Purple #990CFB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.88%

 BLUE value IS 251 (98.44% from 255) = 60.34%

R = 36.78%
G = 2.88%
B = 60.34%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#990CFB (or 0x990CFB) is known color: Electric Purple. HEX triplet: 99, 0C and FB. RGB value is (153,12,251). Sum of RGB (Red+Green+Blue) = 153+12+251=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 12 (5.08% from 255 or 2.88% from 416); Blue value is 251 (98.44% from 255 or 60.34% from 416); Max value from RGB is 251 - color contains mainly: blue. Hex color #990CFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990CFB is #66F304. Grayscale: #505050. Windows color (decimal): -6746885 or 16452761. OLE color: 16452761.

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

Color convert

RGB 153 12 251 -
CMYK 0.39 0.95 0 0.02
HSL 275.4º 0.97% 0.52% -
HSV(B) 275.4º 0.95% 0.98% -
XYZ 30.68 14 92.35 -
YUV 81.41 223.71 179.07 -
System Red Green Blue C M Y K H S L
Decimal 153 12 251 0.39 0.95 0 0.02 275.4 0.97 0.52
Hex 99 C FB 27 5F 0 2 113 61 34
Octal 231 14 373 47 137 0 2 423 141 64
Binary 10011001 1100 11111011 100111 1011111 0 10 100010011 1100001 110100

Color Harmonies of #990CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990CFB

Black with #990CFB

Text Example


Text Example

White with #990CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,12,251); }

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

background-color css

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

 a { background-color: rgb(153,12,251); }

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

border-color css

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

 span { border-color: rgb(153,12,251); }

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