Html Css Color HEX #9B07FE Electric Purple

📋 copy color: '#9B07FE'

red 155 ◦ green 7 ◦ blue 254

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

Shades of Electric Purple #9B07FE

Tints of Electric Purple #9B07FE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.68%

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

R = 37.26%
G = 1.68%
B = 61.06%

CMYK

 C value IS 0.39

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9B07FE (or 0x9B07FE) is known color: Electric Purple. HEX triplet: 9B, 07 and FE. RGB value is (155,7,254). Sum of RGB (Red+Green+Blue) = 155+7+254=416 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.26% from 416); Green value is 7 (3.12% from 255 or 1.68% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #9B07FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B07FE is #64F801. Grayscale: #4E4E4E. Windows color (decimal): -6617090 or 16648091. OLE color: 16648091.

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

Color convert

RGB 155 7 254 -
CMYK 0.39 0.97 0 0.00
HSL 275.95º 0.99% 0.51% -
HSV(B) 275.95º 0.97% 1% -
XYZ 31.48 14.28 94.86 -
YUV 79.41 226.53 181.92 -
System Red Green Blue C M Y K H S L
Decimal 155 7 254 0.39 0.97 0 0.00 275.95 0.99 0.51
Hex 9B 7 FE 27 61 0 0 114 63 33
Octal 233 7 376 47 141 0 0 424 143 63
Binary 10011011 111 11111110 100111 1100001 0 0 100010100 1100011 110011

Color Harmonies of #9B07FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B07FE

Black with #9B07FE

Text Example


Text Example

White with #9B07FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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