Html Css Color HEX #9B02FF Electric Purple

📋 copy color: '#9B02FF'

red 155 ◦ green 2 ◦ blue 255

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

Shades of Electric Purple #9B02FF

Tints of Electric Purple #9B02FF

RGB

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

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

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

R = 37.62%
G = 0.49%
B = 61.89%

CMYK

 C value IS 0.39

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9B02FF (or 0x9B02FF) is known color: Electric Purple. HEX triplet: 9B, 02 and FF. RGB value is (155,2,255). Sum of RGB (Red+Green+Blue) = 155+2+255=412 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.62% from 412); Green value is 2 (1.17% from 255 or 0.49% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B02FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B02FF is #64FD00. Grayscale: #4B4B4B. Windows color (decimal): -6618369 or 16712347. OLE color: 16712347.

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

Color convert

RGB 155 2 255 -
CMYK 0.39 0.99 0 0
HSL 276.28º 1% 0.5% -
HSV(B) 276.28º 0.99% 1% -
XYZ 31.59 14.23 95.69 -
YUV 76.59 228.69 183.93 -
System Red Green Blue C M Y K H S L
Decimal 155 2 255 0.39 0.99 0 0 276.28 1 0.5
Hex 9B 2 FF 27 63 0 0 114 64 32
Octal 233 2 377 47 143 0 0 424 144 62
Binary 10011011 10 11111111 100111 1100011 0 0 100010100 1100100 110010

Color Harmonies of #9B02FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B02FF

Black with #9B02FF

Text Example


Text Example

White with #9B02FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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