Html Css Color HEX #9B0CFF Electric Purple

📋 copy color: '#9B0CFF'

red 155 ◦ green 12 ◦ blue 255

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

Shades of Electric Purple #9B0CFF

Tints of Electric Purple #9B0CFF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.84%

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

R = 36.73%
G = 2.84%
B = 60.43%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9B0CFF (or 0x9B0CFF) is known color: Electric Purple. HEX triplet: 9B, 0C and FF. RGB value is (155,12,255). Sum of RGB (Red+Green+Blue) = 155+12+255=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 12 (5.08% from 255 or 2.84% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B0CFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B0CFF is #64F300. Grayscale: #515151. Windows color (decimal): -6615809 or 16714907. OLE color: 16714907.

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

Color convert

RGB 155 12 255 -
CMYK 0.39 0.95 0 0
HSL 275.31º 1% 0.52% -
HSV(B) 275.31º 0.95% 1% -
XYZ 31.7 14.45 95.73 -
YUV 82.46 225.38 179.74 -
System Red Green Blue C M Y K H S L
Decimal 155 12 255 0.39 0.95 0 0 275.31 1 0.52
Hex 9B C FF 27 5F 0 0 113 64 34
Octal 233 14 377 47 137 0 0 423 144 64
Binary 10011011 1100 11111111 100111 1011111 0 0 100010011 1100100 110100

Color Harmonies of #9B0CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0CFF

Black with #9B0CFF

Text Example


Text Example

White with #9B0CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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