Html Css Color HEX #9B0CFB Electric Purple

📋 copy color: '#9B0CFB'

red 155 ◦ green 12 ◦ blue 251

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

Shades of Electric Purple #9B0CFB

Tints of Electric Purple #9B0CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 60.05%

R = 37.08%
G = 2.87%
B = 60.05%

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

#9B0CFB (or 0x9B0CFB) is known color: Electric Purple. HEX triplet: 9B, 0C and FB. RGB value is (155,12,251). Sum of RGB (Red+Green+Blue) = 155+12+251=418 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.08% from 418); Green value is 12 (5.08% from 255 or 2.87% from 418); Blue value is 251 (98.44% from 255 or 60.05% from 418); Max value from RGB is 251 - color contains mainly: blue. Hex color #9B0CFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B0CFB is #64F304. Grayscale: #515151. Windows color (decimal): -6615813 or 16452763. OLE color: 16452763.

HSL color Cylindrical-coordinate representation of color #9B0CFB: hue angle of 275.9º degrees, saturation: 0.97, 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 #9B0CFB is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 155 12 251 -
CMYK 0.38 0.95 0 0.02
HSL 275.9º 0.97% 0.52% -
HSV(B) 275.9º 0.95% 0.98% -
XYZ 31.06 14.2 92.37 -
YUV 82 223.38 180.07 -
System Red Green Blue C M Y K H S L
Decimal 155 12 251 0.38 0.95 0 0.02 275.9 0.97 0.52
Hex 9B C FB 26 5F 0 2 114 61 34
Octal 233 14 373 46 137 0 2 424 141 64
Binary 10011011 1100 11111011 100110 1011111 0 10 100010100 1100001 110100

Color Harmonies of #9B0CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0CFB

Black with #9B0CFB

Text Example


Text Example

White with #9B0CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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