#9A06FF

Color #9A06FF Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #9A06FF

Tints of Electric Purple #9A06FF

Color information

#9A06FF (or 0x9A06FF) is unknown color: approx Electric Purple. HEX triplet: 9A, 06 and FF. RGB value is (154,6,255). Sum of RGB (Red+Green+Blue) = 154+6+255=415 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.11% from 415); Green value is 6 (2.73% from 255 or 1.45% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A06FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A06FF is #65F900. Grayscale: #4D4D4D. Windows color (decimal): -6682881 or 16713370. OLE color: 16713370.

HSL color Cylindrical-coordinate representation of color #9A06FF: hue angle of 275.66º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9A06FF is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB1546255-
CMYK0.400.9800
HSL275.66º100%51.18%-
HSV(B)275.66º97.65%100%-
XYZ31.4414.2295.7-
YUV78.64227.53181.75-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.11%
GREEN value IS 6 (2.73% from 255) = 1.45%
BLUE value IS 255 (100% from 255) = 61.45%
R=37.11%
G=1.45%
B=61.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal15462550.400.9800275.6610051.18
Hex9A6FF2862001146433
Octal2326377501420042414463
Binary10011010110111111111010001100010001000101001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A06FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,6,255); }

 H1.HeaderClassName
 {
   color: #9A06FF;
 }
 .AnyTagClassName
 {
   color: #9A06FF;
 }
</style>
background-color css

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

 a { background-color: rgb(154,6,255); }

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

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

 span { border-color: rgb(154,6,255); }

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