#9C0DFB

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

Shades of Electric Purple #9C0DFB

Tints of Electric Purple #9C0DFB

Color information

#9C0DFB (or 0x9C0DFB) is unknown color: approx Electric Purple. HEX triplet: 9C, 0D and FB. RGB value is (156,13,251). Sum of RGB (Red+Green+Blue) = 156+13+251=420 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.14% from 420); Green value is 13 (5.47% from 255 or 3.10% from 420); Blue value is 251 (98.44% from 255 or 59.76% from 420); Max value from RGB is 251 - color contains mainly: blue. Hex color #9C0DFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C0DFB is #63F204. Grayscale: #525252. Windows color (decimal): -6550021 or 16453020. OLE color: 16453020.

HSL color Cylindrical-coordinate representation of color #9C0DFB: hue angle of 276.05º 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 #9C0DFB is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB15613251-
CMYK0.380.9500.02
HSL276.05º96.75%51.76%-
HSV(B)276.05º94.82%98.43%-
XYZ31.2714.3292.38-
YUV82.89222.88180.15-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.14%
GREEN value IS 13 (5.47% from 255) = 3.10%
BLUE value IS 251 (98.44% from 255) = 59.76%
R=37.14%
G=3.10%
B=59.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal156132510.380.9500.02276.0596.7551.76
Hex9CDFB265F021146134
Octal23415373461370242414164
Binary1001110011011111101110011010111110101000101001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,13,251); }

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

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

 a { background-color: rgb(156,13,251); }

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

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

 span { border-color: rgb(156,13,251); }

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