#CB09F0

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

Shades of Electric Purple #CB09F0

Tints of Electric Purple #CB09F0

Color information

#CB09F0 (or 0xCB09F0) is unknown color: approx Electric Purple. HEX triplet: CB, 09 and F0. RGB value is (203,9,240). Sum of RGB (Red+Green+Blue) = 203+9+240=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 9 (3.91% from 255 or 1.99% from 452); Blue value is 240 (94.14% from 255 or 53.10% from 452); Max value from RGB is 240 - color contains mainly: blue. Hex color #CB09F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB09F0 is #34F60F. Grayscale: #5C5C5C. Windows color (decimal): -3470864 or 15731147. OLE color: 15731147.

HSL color Cylindrical-coordinate representation of color #CB09F0: hue angle of 290.39º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB09F0 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB2039240-
CMYK0.150.9600.06
HSL290.39º92.77%48.82%-
HSV(B)290.39º96.25%94.12%-
XYZ40.4519.1884.01-
YUV93.34210.77206.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.91%
GREEN value IS 9 (3.91% from 255) = 1.99%
BLUE value IS 240 (94.14% from 255) = 53.10%
R=44.91%
G=1.99%
B=53.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal20392400.150.9600.06290.3992.7748.82
HexCB9F0F60061225d31
Octal31311360171400644213561
Binary110010111001111100001111110000001101001000101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB09F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB09F0; }

 p { color: rgb(203,9,240); }

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

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

 a { background-color: rgb(203,9,240); }

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

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

 span { border-color: rgb(203,9,240); }

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