Html Css Color HEX #9B09FE Electric Purple

📋 copy color: '#9B09FE'

red 155 ◦ green 9 ◦ blue 254

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

Shades of Electric Purple #9B09FE

Tints of Electric Purple #9B09FE

RGB

 RED value IS 155 (60.94% from 255) = 37.08%

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

 BLUE value IS 254 (99.61% from 255) = 60.77%

R = 37.08%
G = 2.15%
B = 60.77%

CMYK

 C value IS 0.39

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9B09FE (or 0x9B09FE) is known color: Electric Purple. HEX triplet: 9B, 09 and FE. RGB value is (155,9,254). Sum of RGB (Red+Green+Blue) = 155+9+254=418 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.08% from 418); Green value is 9 (3.91% from 255 or 2.15% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #9B09FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B09FE is #64F601. Grayscale: #4F4F4F. Windows color (decimal): -6616578 or 16648603. OLE color: 16648603.

HSL color Cylindrical-coordinate representation of color #9B09FE: hue angle of 275.76º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9B09FE is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 155 9 254 -
CMYK 0.39 0.96 0 0.00
HSL 275.76º 0.99% 0.52% -
HSV(B) 275.76º 0.96% 1% -
XYZ 31.5 14.32 94.87 -
YUV 80.58 225.87 181.08 -
System Red Green Blue C M Y K H S L
Decimal 155 9 254 0.39 0.96 0 0.00 275.76 0.99 0.52
Hex 9B 9 FE 27 60 0 0 114 63 34
Octal 233 11 376 47 140 0 0 424 143 64
Binary 10011011 1001 11111110 100111 1100000 0 0 100010100 1100011 110100

Color Harmonies of #9B09FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B09FE

Black with #9B09FE

Text Example


Text Example

White with #9B09FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,9,254); }

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

background-color css

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

 a { background-color: rgb(155,9,254); }

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

border-color css

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

 span { border-color: rgb(155,9,254); }

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