Html Css Color HEX #9B0DFA Electric Purple

📋 copy color: '#9B0DFA'

red 155 ◦ green 13 ◦ blue 250

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

Shades of Electric Purple #9B0DFA

Tints of Electric Purple #9B0DFA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.11%

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

R = 37.08%
G = 3.11%
B = 59.81%

CMYK

 C value IS 0.38

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9B0DFA (or 0x9B0DFA) is known color: Electric Purple. HEX triplet: 9B, 0D and FA. RGB value is (155,13,250). Sum of RGB (Red+Green+Blue) = 155+13+250=418 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.08% from 418); Green value is 13 (5.47% from 255 or 3.11% from 418); Blue value is 250 (98.05% from 255 or 59.81% from 418); Max value from RGB is 250 - color contains mainly: blue. Hex color #9B0DFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B0DFA is #64F205. Grayscale: #515151. Windows color (decimal): -6615558 or 16387483. OLE color: 16387483.

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

Color convert

RGB 155 13 250 -
CMYK 0.38 0.95 0 0.02
HSL 275.95º 0.96% 0.52% -
HSV(B) 275.95º 0.95% 0.98% -
XYZ 30.92 14.16 91.55 -
YUV 82.48 222.54 179.73 -
System Red Green Blue C M Y K H S L
Decimal 155 13 250 0.38 0.95 0 0.02 275.95 0.96 0.52
Hex 9B D FA 26 5F 0 2 114 60 34
Octal 233 15 372 46 137 0 2 424 140 64
Binary 10011011 1101 11111010 100110 1011111 0 10 100010100 1100000 110100

Color Harmonies of #9B0DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0DFA

Black with #9B0DFA

Text Example


Text Example

White with #9B0DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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