Html Css Color HEX #9A04FC Electric Purple

📋 copy color: '#9A04FC'

red 154 ◦ green 4 ◦ blue 252

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

Shades of Electric Purple #9A04FC

Tints of Electric Purple #9A04FC

RGB

 RED value IS 154 (60.55% from 255) = 37.56%

 GREEN value IS 4 (1.95% from 255) = 0.98%

 BLUE value IS 252 (98.83% from 255) = 61.46%

R = 37.56%
G = 0.98%
B = 61.46%

CMYK

 C value IS 0.39

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9A04FC (or 0x9A04FC) is known color: Electric Purple. HEX triplet: 9A, 04 and FC. RGB value is (154,4,252). Sum of RGB (Red+Green+Blue) = 154+4+252=410 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.56% from 410); Green value is 4 (1.95% from 255 or 0.98% from 410); Blue value is 252 (98.83% from 255 or 61.46% from 410); Max value from RGB is 252 - color contains mainly: blue. Hex color #9A04FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A04FC is #65FB03. Grayscale: #4C4C4C. Windows color (decimal): -6683396 or 16516250. OLE color: 16516250.

HSL color Cylindrical-coordinate representation of color #9A04FC: hue angle of 276.29º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9A04FC is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 154 4 252 -
CMYK 0.39 0.98 0 0.01
HSL 276.29º 0.98% 0.5% -
HSV(B) 276.29º 0.98% 0.99% -
XYZ 30.94 13.99 93.16 -
YUV 77.12 226.7 182.83 -
System Red Green Blue C M Y K H S L
Decimal 154 4 252 0.39 0.98 0 0.01 276.29 0.98 0.5
Hex 9A 4 FC 27 62 0 1 114 62 32
Octal 232 4 374 47 142 0 1 424 142 62
Binary 10011010 100 11111100 100111 1100010 0 1 100010100 1100010 110010

Color Harmonies of #9A04FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A04FC

Black with #9A04FC

Text Example


Text Example

White with #9A04FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A04FC; }

 p { color: rgb(154,4,252); }

 H1.HeaderClassName
 {
   color: #9A04FC;
 }
 .AnyTagClassName
 {
   color: #9A04FC;
 }
</style>

background-color css

<style>
 a { background-color: #9A04FC; }

 a { background-color: rgb(154,4,252); }

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

border-color css

<style>
 span { border-color: #9A04FC; }

 span { border-color: rgb(154,4,252); }

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