Html Css Color HEX #9B10FE Electric Purple

📋 copy color: '#9B10FE'

red 155 ◦ green 16 ◦ blue 254

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

Shades of Electric Purple #9B10FE

Tints of Electric Purple #9B10FE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.76%

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

R = 36.47%
G = 3.76%
B = 59.76%

CMYK

 C value IS 0.39

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9B10FE (or 0x9B10FE) is known color: Electric Purple. HEX triplet: 9B, 10 and FE. RGB value is (155,16,254). Sum of RGB (Red+Green+Blue) = 155+16+254=425 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.47% from 425); Green value is 16 (6.64% from 255 or 3.76% from 425); Blue value is 254 (99.61% from 255 or 59.76% from 425); Max value from RGB is 254 - color contains mainly: blue. Hex color #9B10FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B10FE is #64EF01. Grayscale: #535353. Windows color (decimal): -6614786 or 16650395. OLE color: 16650395.

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

Color convert

RGB 155 16 254 -
CMYK 0.39 0.94 0 0.00
HSL 275.04º 0.99% 0.53% -
HSV(B) 275.04º 0.94% 1% -
XYZ 31.59 14.49 94.9 -
YUV 84.69 223.55 178.15 -
System Red Green Blue C M Y K H S L
Decimal 155 16 254 0.39 0.94 0 0.00 275.04 0.99 0.53
Hex 9B 10 FE 27 5E 0 0 113 63 35
Octal 233 20 376 47 136 0 0 423 143 65
Binary 10011011 10000 11111110 100111 1011110 0 0 100010011 1100011 110101

Color Harmonies of #9B10FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B10FE

Black with #9B10FE

Text Example


Text Example

White with #9B10FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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