Html Css Color HEX #CB09EF Electric Purple

📋 copy color: '#CB09EF'

red 203 ◦ green 9 ◦ blue 239

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

Shades of Electric Purple #CB09EF

Tints of Electric Purple #CB09EF

RGB

 RED value IS 203 (79.69% from 255) = 45.01%

 GREEN value IS 9 (3.91% from 255) = 2%

 BLUE value IS 239 (93.75% from 255) = 52.99%

R = 45.01%
G = 2%
B = 52.99%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CB09EF (or 0xCB09EF) is known color: Electric Purple. HEX triplet: CB, 09 and EF. RGB value is (203,9,239). Sum of RGB (Red+Green+Blue) = 203+9+239=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 9 (3.91% from 255 or 2.00% from 451); Blue value is 239 (93.75% from 255 or 52.99% from 451); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB09EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB09EF is #34F610. Grayscale: #5C5C5C. Windows color (decimal): -3470865 or 15665611. OLE color: 15665611.

HSL color Cylindrical-coordinate representation of color #CB09EF: hue angle of 290.61º 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 #CB09EF is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 9 239 -
CMYK 0.15 0.96 0 0.06
HSL 290.61º 0.93% 0.49% -
HSV(B) 290.61º 0.96% 0.94% -
XYZ 40.31 19.12 83.23 -
YUV 93.23 210.27 206.3 -
System Red Green Blue C M Y K H S L
Decimal 203 9 239 0.15 0.96 0 0.06 290.61 0.93 0.49
Hex CB 9 EF F 60 0 6 123 5D 31
Octal 313 11 357 17 140 0 6 443 135 61
Binary 11001011 1001 11101111 1111 1100000 0 110 100100011 1011101 110001

Color Harmonies of #CB09EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB09EF

Black with #CB09EF

Text Example


Text Example

White with #CB09EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB09EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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