Html Css Color HEX #9B02FA Electric Purple

📋 copy color: '#9B02FA'

red 155 ◦ green 2 ◦ blue 250

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

Shades of Electric Purple #9B02FA

Tints of Electric Purple #9B02FA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.49%

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

R = 38.08%
G = 0.49%
B = 61.43%

CMYK

 C value IS 0.38

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9B02FA (or 0x9B02FA) is known color: Electric Purple. HEX triplet: 9B, 02 and FA. RGB value is (155,2,250). Sum of RGB (Red+Green+Blue) = 155+2+250=407 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.08% from 407); Green value is 2 (1.17% from 255 or 0.49% from 407); Blue value is 250 (98.05% from 255 or 61.43% from 407); Max value from RGB is 250 - color contains mainly: blue. Hex color #9B02FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B02FA is #64FD05. Grayscale: #4B4B4B. Windows color (decimal): -6618374 or 16384667. OLE color: 16384667.

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

Color convert

RGB 155 2 250 -
CMYK 0.38 0.99 0 0.02
HSL 277.02º 0.98% 0.49% -
HSV(B) 277.02º 0.99% 0.98% -
XYZ 30.79 13.91 91.51 -
YUV 76.02 226.19 184.33 -
System Red Green Blue C M Y K H S L
Decimal 155 2 250 0.38 0.99 0 0.02 277.02 0.98 0.49
Hex 9B 2 FA 26 63 0 2 115 62 31
Octal 233 2 372 46 143 0 2 425 142 61
Binary 10011011 10 11111010 100110 1100011 0 10 100010101 1100010 110001

Color Harmonies of #9B02FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B02FA

Black with #9B02FA

Text Example


Text Example

White with #9B02FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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