Html Css Color HEX #9B00FA Electric Purple

📋 copy color: '#9B00FA'

red 155 ◦ green 0 ◦ blue 250

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

Shades of Electric Purple #9B00FA

Tints of Electric Purple #9B00FA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 250 (98.05% from 255) = 61.73%

R = 38.27%
G = 0%
B = 61.73%

CMYK

 C value IS 0.38

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9B00FA (or 0x9B00FA) is known color: Electric Purple. HEX triplet: 9B, 00 and FA. RGB value is (155,0,250). Sum of RGB (Red+Green+Blue) = 155+0+250=405 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.27% from 405); Green value is 0 (0.39% from 255 or 0% from 405); Blue value is 250 (98.05% from 255 or 61.73% from 405); Max value from RGB is 250 - color contains mainly: blue. Hex color #9B00FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B00FA is #64FF05. Grayscale: #4A4A4A. Windows color (decimal): -6618886 or 16384155. OLE color: 16384155.

HSL color Cylindrical-coordinate representation of color #9B00FA: hue angle of 277.2º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B00FA is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 155 0 250 -
CMYK 0.38 1 0 0.02
HSL 277.2º 1% 0.49% -
HSV(B) 277.2º 1% 0.98% -
XYZ 30.77 13.87 91.5 -
YUV 74.85 226.85 185.17 -
System Red Green Blue C M Y K H S L
Decimal 155 0 250 0.38 1 0 0.02 277.2 1 0.49
Hex 9B 0 FA 26 64 0 2 115 64 31
Octal 233 0 372 46 144 0 2 425 144 61
Binary 10011011 0 11111010 100110 1100100 0 10 100010101 1100100 110001

Color Harmonies of #9B00FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B00FA

Black with #9B00FA

Text Example


Text Example

White with #9B00FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,0,250); }

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

background-color css

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

 a { background-color: rgb(155,0,250); }

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

border-color css

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

 span { border-color: rgb(155,0,250); }

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