Html Css Color HEX #9B08FF Electric Purple

📋 copy color: '#9B08FF'

red 155 ◦ green 8 ◦ blue 255

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

Shades of Electric Purple #9B08FF

Tints of Electric Purple #9B08FF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.91%

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

R = 37.08%
G = 1.91%
B = 61%

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

#9B08FF (or 0x9B08FF) is known color: Electric Purple. HEX triplet: 9B, 08 and FF. RGB value is (155,8,255). Sum of RGB (Red+Green+Blue) = 155+8+255=418 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.08% from 418); Green value is 8 (3.52% from 255 or 1.91% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B08FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B08FF is #64F700. Grayscale: #4F4F4F. Windows color (decimal): -6616833 or 16713883. OLE color: 16713883.

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

Color convert

RGB 155 8 255 -
CMYK 0.39 0.97 0 0
HSL 275.71º 1% 0.52% -
HSV(B) 275.71º 0.97% 1% -
XYZ 31.65 14.36 95.71 -
YUV 80.11 226.7 181.42 -
System Red Green Blue C M Y K H S L
Decimal 155 8 255 0.39 0.97 0 0 275.71 1 0.52
Hex 9B 8 FF 27 61 0 0 114 64 34
Octal 233 10 377 47 141 0 0 424 144 64
Binary 10011011 1000 11111111 100111 1100001 0 0 100010100 1100100 110100

Color Harmonies of #9B08FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B08FF

Black with #9B08FF

Text Example


Text Example

White with #9B08FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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