Html Css Color HEX #9B54FA Medium Purple

📋 copy color: '#9B54FA'

red 155 ◦ green 84 ◦ blue 250

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

Shades of Medium Purple #9B54FA

Tints of Medium Purple #9B54FA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.18%

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

R = 31.7%
G = 17.18%
B = 51.12%

CMYK

 C value IS 0.38

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9B54FA (or 0x9B54FA) is known color: Medium Purple. HEX triplet: 9B, 54 and FA. RGB value is (155,84,250). Sum of RGB (Red+Green+Blue) = 155+84+250=489 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.70% from 489); Green value is 84 (33.20% from 255 or 17.18% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #9B54FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B54FA is #64AB05. Grayscale: #7B7B7B. Windows color (decimal): -6597382 or 16405659. OLE color: 16405659.

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

Color convert

RGB 155 84 250 -
CMYK 0.38 0.66 0 0.02
HSL 265.66º 0.94% 0.65% -
HSV(B) 265.66º 0.66% 0.98% -
XYZ 33.94 20.21 92.55 -
YUV 124.15 199.02 150 -
System Red Green Blue C M Y K H S L
Decimal 155 84 250 0.38 0.66 0 0.02 265.66 0.94 0.65
Hex 9B 54 FA 26 42 0 2 10A 5E 41
Octal 233 124 372 46 102 0 2 412 136 101
Binary 10011011 1010100 11111010 100110 1000010 0 10 100001010 1011110 1000001

Color Harmonies of #9B54FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B54FA

Black with #9B54FA

Text Example


Text Example

White with #9B54FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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