Html Css Color HEX #CB09EA Electric Purple

📋 copy color: '#CB09EA'

red 203 ◦ green 9 ◦ blue 234

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

Shades of Electric Purple #CB09EA

Tints of Electric Purple #CB09EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.47%

R = 45.52%
G = 2.02%
B = 52.47%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CB09EA (or 0xCB09EA) is known color: Electric Purple. HEX triplet: CB, 09 and EA. RGB value is (203,9,234). Sum of RGB (Red+Green+Blue) = 203+9+234=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 9 (3.91% from 255 or 2.02% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB09EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB09EA is #34F615. Grayscale: #5B5B5B. Windows color (decimal): -3470870 or 15337931. OLE color: 15337931.

HSL color Cylindrical-coordinate representation of color #CB09EA: hue angle of 291.73º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB09EA is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 9 234 -
CMYK 0.13 0.96 0 0.08
HSL 291.73º 0.93% 0.48% -
HSV(B) 291.73º 0.96% 0.92% -
XYZ 39.58 18.83 79.39 -
YUV 92.66 207.77 206.7 -
System Red Green Blue C M Y K H S L
Decimal 203 9 234 0.13 0.96 0 0.08 291.73 0.93 0.48
Hex CB 9 EA D 60 0 8 124 5D 30
Octal 313 11 352 15 140 0 10 444 135 60
Binary 11001011 1001 11101010 1101 1100000 0 1000 100100100 1011101 110000

Color Harmonies of #CB09EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB09EA

Black with #CB09EA

Text Example


Text Example

White with #CB09EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB09EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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