#9D08FD

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

Shades of Electric Purple #9D08FD

Tints of Electric Purple #9D08FD

Color information

#9D08FD (or 0x9D08FD) is unknown color: approx Electric Purple. HEX triplet: 9D, 08 and FD. RGB value is (157,8,253). Sum of RGB (Red+Green+Blue) = 157+8+253=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 8 (3.52% from 255 or 1.91% from 418); Blue value is 253 (99.22% from 255 or 60.53% from 418); Max value from RGB is 253 - color contains mainly: blue. Hex color #9D08FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D08FD is #62F702. Grayscale: #4F4F4F. Windows color (decimal): -6485763 or 16582813. OLE color: 16582813.

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

Color convert

RGB1578253-
CMYK0.380.9700.01
HSL276.49º98.39%51.18%-
HSV(B)276.49º96.84%99.22%-
XYZ31.7214.4394.04-
YUV80.48225.36182.58-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.56%
GREEN value IS 8 (3.52% from 255) = 1.91%
BLUE value IS 253 (99.22% from 255) = 60.53%
R=37.56%
G=1.91%
B=60.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal15782530.380.9700.01276.4998.3951.18
Hex9D8FD2661011146233
Octal23510375461410142414263
Binary100111011000111111011001101100001011000101001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D08FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,8,253); }

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

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

 a { background-color: rgb(157,8,253); }

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

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

 span { border-color: rgb(157,8,253); }

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