Html Css Color HEX #9B05FE Electric Purple

📋 copy color: '#9B05FE'

red 155 ◦ green 5 ◦ blue 254

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

Shades of Electric Purple #9B05FE

Tints of Electric Purple #9B05FE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.21%

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

R = 37.44%
G = 1.21%
B = 61.35%

CMYK

 C value IS 0.39

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9B05FE (or 0x9B05FE) is known color: Electric Purple. HEX triplet: 9B, 05 and FE. RGB value is (155,5,254). Sum of RGB (Red+Green+Blue) = 155+5+254=414 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.44% from 414); Green value is 5 (2.34% from 255 or 1.21% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #9B05FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B05FE is #64FA01. Grayscale: #4D4D4D. Windows color (decimal): -6617602 or 16647579. OLE color: 16647579.

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

Color convert

RGB 155 5 254 -
CMYK 0.39 0.98 0 0.00
HSL 276.14º 0.99% 0.51% -
HSV(B) 276.14º 0.98% 1% -
XYZ 31.46 14.23 94.85 -
YUV 78.24 227.2 182.75 -
System Red Green Blue C M Y K H S L
Decimal 155 5 254 0.39 0.98 0 0.00 276.14 0.99 0.51
Hex 9B 5 FE 27 62 0 0 114 63 33
Octal 233 5 376 47 142 0 0 424 143 63
Binary 10011011 101 11111110 100111 1100010 0 0 100010100 1100011 110011

Color Harmonies of #9B05FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B05FE

Black with #9B05FE

Text Example


Text Example

White with #9B05FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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