Html Css Color HEX #9B07FF Electric Purple

📋 copy color: '#9B07FF'

red 155 ◦ green 7 ◦ blue 255

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

Shades of Electric Purple #9B07FF

Tints of Electric Purple #9B07FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 61.15%

R = 37.17%
G = 1.68%
B = 61.15%

CMYK

 C value IS 0.39

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9B07FF (or 0x9B07FF) is known color: Electric Purple. HEX triplet: 9B, 07 and FF. RGB value is (155,7,255). Sum of RGB (Red+Green+Blue) = 155+7+255=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 7 (3.12% from 255 or 1.68% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B07FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B07FF is #64F800. Grayscale: #4E4E4E. Windows color (decimal): -6617089 or 16713627. OLE color: 16713627.

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

Color convert

RGB 155 7 255 -
CMYK 0.39 0.97 0 0
HSL 275.81º 1% 0.51% -
HSV(B) 275.81º 0.97% 1% -
XYZ 31.64 14.34 95.71 -
YUV 79.52 227.03 181.83 -
System Red Green Blue C M Y K H S L
Decimal 155 7 255 0.39 0.97 0 0 275.81 1 0.51
Hex 9B 7 FF 27 61 0 0 114 64 33
Octal 233 7 377 47 141 0 0 424 144 63
Binary 10011011 111 11111111 100111 1100001 0 0 100010100 1100100 110011

Color Harmonies of #9B07FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B07FF

Black with #9B07FF

Text Example


Text Example

White with #9B07FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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