Html Css Color HEX #9C51FA Medium Purple

📋 copy color: '#9C51FA'

red 156 ◦ green 81 ◦ blue 250

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

Shades of Medium Purple #9C51FA

Tints of Medium Purple #9C51FA

RGB

 RED value IS 156 (61.33% from 255) = 32.03%

 GREEN value IS 81 (32.03% from 255) = 16.63%

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

R = 32.03%
G = 16.63%
B = 51.33%

CMYK

 C value IS 0.38

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9C51FA (or 0x9C51FA) is known color: Medium Purple. HEX triplet: 9C, 51 and FA. RGB value is (156,81,250). Sum of RGB (Red+Green+Blue) = 156+81+250=487 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.03% from 487); Green value is 81 (32.03% from 255 or 16.63% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #9C51FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C51FA is #63AE05. Grayscale: #7A7A7A. Windows color (decimal): -6532614 or 16404892. OLE color: 16404892.

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

Color convert

RGB 156 81 250 -
CMYK 0.38 0.68 0 0.02
HSL 266.63º 0.94% 0.65% -
HSV(B) 266.63º 0.68% 0.98% -
XYZ 33.91 19.85 92.49 -
YUV 122.69 199.85 151.76 -
System Red Green Blue C M Y K H S L
Decimal 156 81 250 0.38 0.68 0 0.02 266.63 0.94 0.65
Hex 9C 51 FA 26 44 0 2 10B 5E 41
Octal 234 121 372 46 104 0 2 413 136 101
Binary 10011100 1010001 11111010 100110 1000100 0 10 100001011 1011110 1000001

Color Harmonies of #9C51FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C51FA

Black with #9C51FA

Text Example


Text Example

White with #9C51FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,81,250); }

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

background-color css

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

 a { background-color: rgb(156,81,250); }

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

border-color css

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

 span { border-color: rgb(156,81,250); }

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